Skip to content

Commit

Permalink
delete commented wait for load
Browse files Browse the repository at this point in the history
  • Loading branch information
Mai-Saad committed Sep 19, 2024
1 parent 93bfa1c commit 3193b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/page-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@ export class PageUtils {
public enableAllOptions = async (): Promise<void> => {
await this.gotoWpr();

// await this.page.waitForLoadState('load', { timeout: 30000 });

this.sections.optionState = true;

if (await this.sections.doesSectionExist('cache')) {
Expand Down

0 comments on commit 3193b1e

Please sign in to comment.