diff --git a/playwright-tests/pages/BasePage.ts b/playwright-tests/pages/BasePage.ts index f3746e4c..bf950f07 100644 --- a/playwright-tests/pages/BasePage.ts +++ b/playwright-tests/pages/BasePage.ts @@ -132,6 +132,6 @@ export class BasePage { await expect(async () => { const currentUrl = this.page.url(); expect(currentUrl).not.toEqual(startingUrl); - }).toPass({ timeout: 80_000 }); + }).toPass({ timeout: 70_000 }); } } \ No newline at end of file