Skip to content

Commit

Permalink
latest version removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 11, 2024
1 parent b255b9b commit 768ac29
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ exports.config = {
newSaucelabsCapability('chrome', '107', 'macOS 10.13', true),
newSaucelabsCapability('chrome', '116', 'macOS 10.14', true),
newSaucelabsCapability('chrome', '125', 'macOS 10.15', true),
newSaucelabsCapability('chrome', '103', 'OS X 10.11', true),
newSaucelabsCapability('chrome', 'latest', 'Windows 7', true),
newSaucelabsCapability('chrome', 'latest', 'Windows 10', true),
newSaucelabsCapability('chrome', 'latest', 'Windows 11', true),
newSaucelabsCapability('chrome', 'latest', 'macOS 10.12', true),
newSaucelabsCapability('chrome', 'latest', 'macOS 10.13', true),
newSaucelabsCapability('chrome', 'latest', 'macOS 11.0', true),
newSaucelabsCapability('chrome', 'latest', 'OS X 10.11', true)
newSaucelabsCapability('chrome', '103', 'OS X 10.11', true)
],
// Do not allow parallel test execution. Makes the test execution a lot
// slower, but the setup simpler.
Expand Down

0 comments on commit 768ac29

Please sign in to comment.