From 3193b1e994e8e793c2fea54a6a38ebfdaff2a84b Mon Sep 17 00:00:00 2001 From: Mai Saad Date: Thu, 19 Sep 2024 05:15:46 +0300 Subject: [PATCH] delete commented wait for load --- utils/page-utils.ts | 2 -- 1 file changed, 2 deletions(-) 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')) {