Skip to content

Commit

Permalink
add a timeout to the roundtrip test
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul authored and TonyGiorgio committed Apr 19, 2024
1 parent 4524946 commit 8d935e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/roundtrip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ test("rountrip receive and send", async ({ page }) => {

await page.click("text=Online Channels");

// Give it just a second to settle down
await page.waitForTimeout(2000);

await page.click("text=Close");

await page.click("text=Confirm");
Expand Down

0 comments on commit 8d935e1

Please sign in to comment.