Skip to content

Commit

Permalink
firefox 122 macOS 13 - LCP only-waiting time added
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jul 1, 2024
1 parent b545f02 commit 03f1b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('12_webvitalsAsCustomEvent', () => {

browser.get(getE2ETestBaseUrl('12_webvitalsAsCustomEvent/webvitalsAsCustomEvent'));
// wait for webvital metrics
browser.sleep(5000);
browser.sleep(10000);
element(by.id('searchInput')).sendKeys('hello');
element(by.id('searchButton')).click();
browser.sleep(1000);
Expand Down

0 comments on commit 03f1b56

Please sign in to comment.