Shorten timeout for waiting for page change
This commit is contained in:
parent
0300d35f86
commit
bfce770b63
1 changed files with 1 additions and 1 deletions
|
|
@ -131,6 +131,6 @@ export class BasePage {
|
|||
await expect(async () => {
|
||||
const currentUrl = this.page.url();
|
||||
expect(currentUrl).not.toEqual(startingUrl);
|
||||
}).toPass({ timeout: 180_000 });
|
||||
}).toPass({ timeout: 60_000 });
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue