Skip to content

Commit

Permalink
test: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 committed Jul 31, 2023
1 parent 27d4613 commit d673f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion detached-examples/certificate-auth/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ async function runTests (src) {
const nFailed = await testCafe.createRunner()
.src(src)
.browsers('chrome:headless')
.run();
.run({
disableNativeAutomation: true,
});

await testCafe.close();

Expand Down

0 comments on commit d673f48

Please sign in to comment.