Skip to content

Commit

Permalink
TEST all e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jul 9, 2024
1 parent c6ebee6 commit ca398d2
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(10000);
browser.sleep(12000);
element(by.id('searchInput')).sendKeys('hello');
element(by.id('searchButton')).click();
browser.sleep(1000);
Expand Down

0 comments on commit ca398d2

Please sign in to comment.