Skip to content

Commit

Permalink
Remove options
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 15, 2024
1 parent d5aea85 commit 64eaa12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/helper/WebDriver_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ describe('WebDriver', function () {
// waitForTimeout: 5000,
webSocketUrl: false,
capabilities: {
chromeOptions: {
/* chromeOptions: {
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],
},
*/
},
customLocatorStrategies: {
customSelector: (selector) => ({ 'element-6066-11e4-a52e-4f735466cecf': `${selector}-foobar` }),
Expand Down Expand Up @@ -1282,12 +1283,12 @@ describe('WebDriver - Basic Authentication', () => {
// smartWait: 0, // just to try
host: TestHelper.seleniumHost(),
port: TestHelper.seleniumPort(),
webSocketUrl: false,
// waitForTimeout: 5000,
capabilities: {
chromeOptions: {
/* chromeOptions: {
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],
},
*/
},
})
})
Expand Down

0 comments on commit 64eaa12

Please sign in to comment.