Skip to content

Commit

Permalink
Removing headless cli option, us-east-1(headless) is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Aug 7, 2024
1 parent ac3dbf1 commit d4e0138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test('should expose a webdriverEndpoint', () => {
const api3 = new SauceLabs({
user: 'foo',
key: 'bar',
region: 'eu',
region: 'us-east-1',
});
expect(api3.webdriverEndpoint).toBe(
'https://ondemand.us-east-1.saucelabs.com/'
Expand Down

0 comments on commit d4e0138

Please sign in to comment.