fix: remove waitForVolumeLoad from main toolbar page object (#6004)
This commit is contained in:
parent
13305de99c
commit
37e19f734a
@ -7,11 +7,6 @@ export class MainToolbarPageObject {
|
||||
this.page = page;
|
||||
}
|
||||
|
||||
async waitForVolumeLoad(): Promise<void> {
|
||||
await this.page.waitForTimeout(2000);
|
||||
await this.page.waitForLoadState('networkidle', { timeout: 120000 });
|
||||
}
|
||||
|
||||
get crosshairs() {
|
||||
const button = this.page.getByTestId('Crosshairs');
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user