Skip to content

Commit

Permalink
Increase timeout for e2e test `amp-social-share > clicking > opens a …
Browse files Browse the repository at this point in the history
…new window on click`
  • Loading branch information
danielrozenberg committed Jan 3, 2024
1 parent 036425f commit 27499b0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ describes.endtoend(
});

describe('clicking', () => {
it('opens a new window on click', async () => {
it('opens a new window on click', async function () {
this.timeout(5000);

const host = await controller.findElement('#two');

let windows = await controller.getAllWindows();
Expand Down

0 comments on commit 27499b0

Please sign in to comment.