Skip to content

Commit 825fee5

Browse files
committed
fix: do not wait requests to https://img-s-msn-com.akamaized.net
1 parent 29337ae commit 825fee5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autotests/pageObjects/pages/Main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ export class Main extends Page<CustomPageParams> {
6666

6767
await waitForAllRequestsComplete(
6868
({url}) => {
69-
if (url.startsWith('https://www.bing.com/th?id=')) {
69+
if (
70+
url.startsWith('https://img-s-msn-com.akamaized.net/') ||
71+
url.startsWith('https://www.bing.com/th?id=')
72+
) {
7073
return false;
7174
}
7275

0 commit comments

Comments
 (0)