Skip to content

Commit

Permalink
FCP - MicrosoftEdge 79, 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 20c9862 commit 2ca69aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ exports.config = {
// // FCP
// // FCP - MicrosoftEdge - TEST
// newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // passed - 403
// newSaucelabsCapability('MicrosoftEdge', '79', 'Windows 10', 'FCP'), // TEST -
// newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // TEST -
// newSaucelabsCapability('MicrosoftEdge', '79', 'Windows 10', 'FCP'), // TEST - 406
newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // TEST -

// // FCP - Chrome - TEST
// newSaucelabsCapability('chrome', '60', 'macOS 10.12', 'FCP'), // passed - 392
newSaucelabsCapability('chrome', '75', 'Windows 7', 'FCP'), // TEST -
// newSaucelabsCapability('chrome', '75', 'Windows 7', 'FCP'), // TEST - 407
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397


Expand Down Expand Up @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 75, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, 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 2ca69aa

Please sign in to comment.