Skip to content

Commit

Permalink
FCP - firefox 85, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 26, 2024
1 parent 5eb5d7a commit af88cb3
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 @@ -116,7 +116,7 @@ exports.config = {

// // FCP firefox - TEST
// newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // passed - 418
newSaucelabsCapability('firefox', '90', 'Windows 7', 'FCP'), // TEST - 419
newSaucelabsCapability('firefox', '85', 'Windows 7', 'FCP'), // TEST - 420

// // FCP safari - TEST
// newSaucelabsCapability('safari', '14.1', 'macOS 10.12', 'FCP'), // TEST -
Expand All @@ -137,7 +137,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} firefox 90, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} firefox 85, Windows 7` : '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 af88cb3

Please sign in to comment.