Skip to content

Commit

Permalink
test wdio options
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Nov 19, 2024
1 parent b7dd061 commit 27183f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const options = {};
switch (capability.browserName) {
case 'chrome':
options.args = ['--no-sandbox'];
options.w3c = false;

if (process.env.HEADLESS) {
options.args.push('--window-size=1920,1080');
Expand Down
1 change: 0 additions & 1 deletion plugin/a11y/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const capability = {
};
const options = {
args: ['--no-sandbox'],
w3c: false,
};
if (process.env.HEADLESS) {
options.args.push('--window-size=1920,1080');
Expand Down

0 comments on commit 27183f7

Please sign in to comment.