Skip to content

Commit 22217ea

Browse files
DavertMikkobenguyent
authored andcommitted
webkit tests increas timeout
1 parent 9b1d459 commit 22217ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/helper/Playwright.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,10 @@ class Playwright extends Helper {
14731473

14741474
perfTiming = this._extractDataFromPerformanceTiming(performanceTiming, 'responseEnd', 'domInteractive', 'domContentLoadedEventEnd', 'loadEventEnd')
14751475

1476+
if (this.options.browser === 'webkit') {
1477+
await this.wait(0.5)
1478+
}
1479+
14761480
return this._waitForAction()
14771481
}
14781482

0 commit comments

Comments
 (0)