Skip to content

Commit

Permalink
kjh
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed May 29, 2024
1 parent eee8c39 commit 57cd905
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Check failure on line 16 in test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js

View workflow job for this annotation

GitHub Actions / test

Missing semicolon
console.log('jhgjhghj', gg)

Check failure on line 17 in test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js

View workflow job for this annotation

GitHub Actions / test

Unexpected console statement

Check failure on line 17 in test/e2e/12_webvitalsAsCustomEvent/webvitalsAsCustomEvent.spec.js

View workflow job for this annotation

GitHub Actions / test

Missing semicolon

browser.get(getE2ETestBaseUrl('12_webvitalsAsCustomEvent/webvitalsAsCustomEvent'));
// wait for webvital metrics
browser.sleep(5000);
Expand Down

0 comments on commit 57cd905

Please sign in to comment.