Skip to content

Commit 957eb07

Browse files
author
DavertMik
committed
changed urls for webkit tests
1 parent a3cc71a commit 957eb07

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
@@ -65,7 +65,11 @@ jobs:
6565
run: 'BROWSER=firefox node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --verbose'
6666
timeout-minutes: 18
6767
- name: run webkit tests
68-
run: 'DEBUG="*" BROWSER=webkit node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep "within on form" --verbose'
68+
run: 'BROWSER=webkit node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --verbose'
6969
timeout-minutes: 18
7070
env:
71+
SITE_URL: http://127.0.0.1:8000
72+
JSON_SERVER_URL: http://127.0.0.1:8010
73+
GRAPHQL_SERVER_URL: http://127.0.0.1:8020/graphql
74+
SELENIUM_HOST: 127.0.0.1
7175
GH_PAT: ${{ github.token }}

lib/helper/Playwright.js

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

13191319
perfTiming = this._extractDataFromPerformanceTiming(performanceTiming, 'responseEnd', 'domInteractive', 'domContentLoadedEventEnd', 'loadEventEnd')
13201320

1321-
if (this.options.browser === 'webkit') {
1322-
await this.wait(0.5)
1323-
}
1324-
13251321
return this._waitForAction()
13261322
}
13271323

0 commit comments

Comments
 (0)