Skip to content

Commit 401b7e7

Browse files
committed
test: fix drawer e2e
1 parent 1c185e2 commit 401b7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/drawer.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test.describe("drawer", () => {
8282
expect(newHeight).toBe(initialHeight)
8383
})
8484

85-
test.only("should allow scrolling within content", async () => {
85+
test("should allow scrolling within content", async () => {
8686
await I.clickTrigger()
8787
await I.seeContent()
8888

0 commit comments

Comments
 (0)