Skip to content

Commit 41d8fff

Browse files
update pnpm-lock
1 parent 249528b commit 41d8fff

3 files changed

Lines changed: 160 additions & 374 deletions

File tree

e2e/testcafe-devextreme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimist": "1.2.8",
2020
"mockdate": "3.0.5",
2121
"nconf": "0.12.1",
22-
"testcafe": "2.5.0",
22+
"testcafe": "3.7.0",
2323
"ts-node": "10.9.2",
2424
"eslint": "catalog:",
2525
"@eslint/eslintrc": "catalog:",

e2e/testcafe-devextreme/runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ createTestCafe(TESTCAFE_CONFIG)
239239

240240
const runOptions: RunOptions = {
241241
quarantineMode: { successThreshold: 1, attemptLimit: 10 },
242+
disableNativeAutomation: true,
242243
// @ts-expect-error ts-error
243244
hooks: {
244245
test: {

0 commit comments

Comments
 (0)