fix: remove waitForVolumeLoad from main toolbar page object (#6004)

This commit is contained in:
Ghadeer Albattarni 2026-05-07 18:47:27 -04:00 committed by GitHub
parent 13305de99c
commit 37e19f734a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {