Skip to content

Commit

Permalink
test: delete stray page.pause()
Browse files Browse the repository at this point in the history
  • Loading branch information
alsuren committed Jan 3, 2025
1 parent 712dbd0 commit 103c458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/affine-mobile/e2e/kanban.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ test('kanban drag and drop', async ({ page }) => {
await page.mouse.down();
await page.locator(".mobile-group-header").nth(1).hover()

await page.pause()
// drag preview of card should be visible
await expect(page.locator(".with-data-view-css-variable .mobile-card-body")).toBeVisible()

Expand Down

0 comments on commit 103c458

Please sign in to comment.