Skip to content

Commit 8a4c3b3

Browse files
committed
test(dropdown): modify test cases
1 parent e9fc100 commit 8a4c3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/dropdown/visible-arrow.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ test('显示箭头', async ({ page }) => {
1717
await dropdownTrigger.hover()
1818
await expect(dropDownMenu).toBeVisible()
1919
await expect(arrow).toBeVisible()
20-
await expect(arrow).toHaveCSS('top', '-6px')
20+
await expect(arrow).toHaveCSS('top', '-8px')
2121
})

0 commit comments

Comments
 (0)