Skip to content

Commit 67802b9

Browse files
committed
test: tweak
1 parent d95c8eb commit 67802b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/bottom-sheet.e2e.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ test.describe("bottom-sheet [defaultActiveSnapPoint]", () => {
198198
await I.pressKey("Escape")
199199
await I.dontSeeContent()
200200

201+
// Small delay to ensure state is fully reset
202+
await I.wait(100)
203+
201204
await I.clickTrigger()
202205
await I.seeContent()
203206
await I.waitForOpenState()

0 commit comments

Comments
 (0)