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 Nov 25, 2024
1 parent c990ca5 commit 175629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/dropdown/visible-arrow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ test('显示箭头', async ({ page }) => {
await dropdownTrigger.hover()
await expect(dropDownMenu).toBeVisible()
await expect(arrow).toBeVisible()
await expect(arrow).toHaveCSS('top', '-8px')
await expect(arrow).toHaveCSS('top', '-7px')
})

0 comments on commit 175629d

Please sign in to comment.