Skip to content

Commit a2c6eba

Browse files
committed
fix
1 parent 07beb61 commit a2c6eba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/queues/int.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -648,14 +648,6 @@ describe('Queues', () => {
648648
limit: 100,
649649
})
650650

651-
await expect(async () => {
652-
await expect(
653-
page.locator('.autosave:has-text("Last saved less than a minute ago")'),
654-
).toBeVisible()
655-
}).toPass({
656-
timeout: 3000,
657-
})
658-
659651
expect(allSimples.totalDocs).toBe(1)
660652
expect(allSimples.docs[0].title).toBe('hello!')
661653
})

0 commit comments

Comments
 (0)