From 57cd905b1af14aa8cd5e474ec2822b9faa082673 Mon Sep 17 00:00:00 2001 From: SETHULAKSHMI-PM Date: Wed, 29 May 2024 14:35:27 +0530 Subject: [PATCH] kjh --- .../12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js b/test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js index 4afb34d8a..d5333b0a1 100644 --- a/test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js +++ b/test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js @@ -13,6 +13,9 @@ describe('12_webvitalsAsCustomEvent', () => { // webvital CLS does not work if following another test, so restart browser to cleanup all context restartBrowser(); + const gg = browser.getCapabilities() + console.log('jhgjhghj', gg) + browser.get(getE2ETestBaseUrl('12_webvitalsAsCustomEvent/webvitalsAsCustomEvent')); // wait for webvital metrics browser.sleep(5000);