Skip to content

Commit f40167c

Browse files
author
SETHULAKSHMI-PM
committed
FCP - chrome 72, Windows 7
1 parent 2ca69aa commit f40167c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protractor.saucelabs.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ exports.config = {
106106
// // FCP - MicrosoftEdge - TEST
107107
// newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // passed - 403
108108
// newSaucelabsCapability('MicrosoftEdge', '79', 'Windows 10', 'FCP'), // TEST - 406
109-
newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // TEST -
109+
// newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // TEST - 408
110110

111111
// // FCP - Chrome - TEST
112112
// newSaucelabsCapability('chrome', '60', 'macOS 10.12', 'FCP'), // passed - 392
113-
// newSaucelabsCapability('chrome', '75', 'Windows 7', 'FCP'), // TEST - 407
113+
newSaucelabsCapability('chrome', '72', 'Windows 7', 'FCP'), // TEST - 407
114114
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397
115115

116116

@@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
138138
version,
139139
platform,
140140
metricName,
141-
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, OS X 10.10` : 'weasel e2e',
141+
name: isWebVitalsTest ? `${metricName} chrome 72, Windows 7` : 'weasel e2e',
142142
'tunnel-identifier': 'github-action-tunnel',
143143
build: process.env.GITHUB_RUN_NUMBER,
144144
specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],

0 commit comments

Comments
 (0)