Skip to content

Commit

Permalink
fix headed browsers task
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev committed May 4, 2023
1 parent 2950f3a commit 0070f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/fixtures/live/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ if (config.useLocalBrowsers) {
});

return runner.run({
quarantineMode: true,
nativeAutomation: config.nativeAutomation,
quarantineMode: true,
disableNativeAutomation: !config.nativeAutomation,
});
})
.then(() => {
Expand Down

0 comments on commit 0070f00

Please sign in to comment.