Skip to content

Commit

Permalink
fix: fix e2e error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Oct 14, 2024
1 parent c97a135 commit 5be4d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/sites/demos/pc/app/carousel/card-show.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ test('轮播卡片', async ({ page }) => {
const preview = page.locator('#card-show')
const btnRight = preview.getByRole('button').nth(1)
await btnRight.click()
await page.waitForTimeout(200)
await preview
.locator('div')
.filter({ hasText: /^2-11-1-content$/ })
Expand Down

0 comments on commit 5be4d5f

Please sign in to comment.