Skip to content

Commit 3f49e52

Browse files
authored
fix: browser version (#4213)
1 parent d8d114d commit 3f49e52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/webdriver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818

19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
2222
node-version: [20.x]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"typedoc-plugin-markdown": "3.17.1",
164164
"typescript": "5.3.3",
165165
"wdio-docker-service": "1.5.0",
166-
"webdriverio": "8.31.1",
166+
"webdriverio": "8.32.3",
167167
"xml2js": "0.6.2",
168168
"xpath": "0.0.34"
169169
},

test/helper/WebDriver.noSeleniumServer_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global.codeceptjs = require('../../lib');
1515

1616
const siteUrl = TestHelper.siteUrl();
1717
let wd;
18-
const browserVersion = '116.0.5793.0';
18+
const browserVersion = 'stable';
1919
describe('WebDriver - No Selenium server started', function () {
2020
this.retries(1);
2121
this.timeout(35000);

0 commit comments

Comments
 (0)