diff --git a/utils/page-utils.ts b/utils/page-utils.ts index 765bc6c..822169a 100644 --- a/utils/page-utils.ts +++ b/utils/page-utils.ts @@ -421,8 +421,6 @@ export class PageUtils { public enableAllOptions = async (): Promise => { await this.gotoWpr(); - // await this.page.waitForLoadState('load', { timeout: 30000 }); - this.sections.optionState = true; if (await this.sections.doesSectionExist('cache')) {