Skip to content

Commit 18ee133

Browse files
author
aehnh
committed
change useragent
1 parent 903391a commit 18ee133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests-e2e/playwright.config.connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default defineConfig({
4545
},
4646
use: {
4747
userAgent:
48-
'Mozilla/5.0 (Macintosh; Intel Mac OS X 15.3.2) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/129.0.6668.29 Safari/537.36',
48+
'Mozilla/5.0 (Macintosh; Intel Mac OS X 15.3.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36',
4949
actionTimeout: operationTimeout, // default: none
5050
navigationTimeout: operationTimeout, // default: none
5151
// baseURL: process.env.PLAYWRIGHT_TEST_URL,

0 commit comments

Comments
 (0)