Skip to content

Commit 735844f

Browse files
author
SETHULAKSHMI-PM
committed
firefox, 58.0, Windows 11 - in INP
1 parent ab70752 commit 735844f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

protractor.saucelabs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function newSaucelabsCapability(browserName, version, platform) {
3333
browserName,
3434
version,
3535
platform,
36-
name: 'firefox, 58.0, Windows 11 - in CLS',
36+
name: 'firefox, 58.0, Windows 11 - in INP',
3737
'tunnel-identifier': 'github-action-tunnel',
3838
build: process.env.GITHUB_RUN_NUMBER
3939
};

test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@ describe('12_webvitalsAsCustomEvent', () => {
5757
// cexpect(beacon.m_id).to.match(/^v\d+(-\d+)+$/);
5858
// });
5959

60-
expectOneMatching(beacons, beacon => {
61-
cexpect(beacon.ty).to.equal('cus');
62-
cexpect(beacon.ts).to.be.a('string');
63-
cexpect(beacon.n).to.equal('instana-webvitals-CLS');
64-
cexpect(beacon.l).to.be.a('string');
65-
cexpect(beacon.pl).to.equal(pageLoadBeacon.t);
66-
cexpect(beacon.m_id).to.match(/^v\d+(-\d+)+$/);
67-
});
68-
6960
// expectOneMatching(beacons, beacon => {
7061
// cexpect(beacon.ty).to.equal('cus');
7162
// cexpect(beacon.ts).to.be.a('string');
72-
// cexpect(beacon.n).to.equal('instana-webvitals-INP');
63+
// cexpect(beacon.n).to.equal('instana-webvitals-CLS');
7364
// cexpect(beacon.l).to.be.a('string');
7465
// cexpect(beacon.pl).to.equal(pageLoadBeacon.t);
7566
// cexpect(beacon.m_id).to.match(/^v\d+(-\d+)+$/);
7667
// });
68+
69+
expectOneMatching(beacons, beacon => {
70+
cexpect(beacon.ty).to.equal('cus');
71+
cexpect(beacon.ts).to.be.a('string');
72+
cexpect(beacon.n).to.equal('instana-webvitals-INP');
73+
cexpect(beacon.l).to.be.a('string');
74+
cexpect(beacon.pl).to.equal(pageLoadBeacon.t);
75+
cexpect(beacon.m_id).to.match(/^v\d+(-\d+)+$/);
76+
});
7777
});
7878
});
7979
});

0 commit comments

Comments
 (0)