Skip to content

Commit

Permalink
FCP - chrome 85, OS X 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent 8d7c571 commit 415fa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ exports.config = {
// // FCP - Chrome - TEST
// newSaucelabsCapability('chrome', '60', 'macOS 10.12', 'FCP'), // passed - 392
// newSaucelabsCapability('chrome', '60', 'Windows 7', 'FCP'), // TEST - 393
newSaucelabsCapability('chrome', '87', 'OS X 10.10', 'FCP'), // TEST - 60-391, 65-394, 80 - 395, 87 - 396
newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // TEST - 60-391, 65-394, 80 - 395, 87 - 396 if all fail - remove this case


// // FCP firefox - TEST
Expand All @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 87, OS X 10.10` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} chrome 85, OS X 10.10` : 'weasel e2e',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER,
specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],
Expand Down

0 comments on commit 415fa26

Please sign in to comment.