Skip to content

Commit

Permalink
test(dropdown): modify test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MomoPoppy committed Sep 29, 2024
1 parent e9fc100 commit 8a4c3b3
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', '-6px')
await expect(arrow).toHaveCSS('top', '-8px')
})

0 comments on commit 8a4c3b3

Please sign in to comment.