Skip to content

Commit

Permalink
FCP - MicrosoftEdge 90, Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent 3f1a625 commit 8924b35
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 @@ -105,7 +105,7 @@ exports.config = {
// // FCP
// // FCP - MicrosoftEdge - TEST
// newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // passed - 403
newSaucelabsCapability('MicrosoftEdge', '79', 'Windows 10', 'FCP'), // TEST - 406
newSaucelabsCapability('MicrosoftEdge', '90', 'Windows 10', 'FCP'), // TEST - 406
// newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // passed - 408

// // FCP - Chrome - TEST
Expand Down Expand Up @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, Windows 10` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 90, Windows 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 8924b35

Please sign in to comment.