Skip to content

Commit f49e352

Browse files
committed
mac-runner
1 parent 2a33fe4 commit f49e352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
4242

4343
browser_tests:
44-
runs-on: ubuntu-latest
44+
runs-on: macos-latest
4545
strategy:
4646
matrix:
4747
browser: ['chrome']

vitest.browser.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function buildBrowserInstances() {
254254
logLevel: 'error' as const,
255255
connectionRetryTimeout: 540000, // 9 minutes
256256
connectionRetryCount: 9,
257-
// webSocketUrl: false, // Enable WebDriver Bidi
257+
automationProtocol: 'webdriver', // Force classic WebDriver protocol
258258
}));
259259
}
260260
}

0 commit comments

Comments
 (0)