Skip to content

Commit b3e7283

Browse files
DavertMikkobenguyent
authored andcommitted
changed urls for webkit tests
1 parent 22217ea commit b3e7283

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ jobs:
7373
run: 'BROWSER=firefox node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --verbose'
7474
timeout-minutes: 18
7575
- name: run webkit tests
76-
run: 'DEBUG="*" BROWSER=webkit node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep "within on form" --verbose'
76+
run: 'BROWSER=webkit node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --verbose'
7777
timeout-minutes: 18
7878
env:
79+
SITE_URL: http://127.0.0.1:8000
80+
JSON_SERVER_URL: http://127.0.0.1:8010
81+
GRAPHQL_SERVER_URL: http://127.0.0.1:8020/graphql
82+
SELENIUM_HOST: 127.0.0.1
7983
GH_PAT: ${{ github.token }}

lib/helper/Playwright.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,10 +1473,6 @@ 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-
14801476
return this._waitForAction()
14811477
}
14821478

0 commit comments

Comments
 (0)