Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 8d935e1

Browse files
futurepaulAnthonyRonning
authored andcommitted
add a timeout to the roundtrip test
1 parent 4524946 commit 8d935e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/roundtrip.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ test("rountrip receive and send", async ({ page }) => {
124124

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

127+
// Give it just a second to settle down
128+
await page.waitForTimeout(2000);
129+
127130
await page.click("text=Close");
128131

129132
await page.click("text=Confirm");

0 commit comments

Comments
 (0)