Skip to content

Commit 61ec52d

Browse files
committed
feat(fileupload): [file-upload] 修复测试用例报错
1 parent 0891654 commit 61ec52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/file-upload/picture-card.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test('照片墙', async ({ page }) => {
2626

2727
await expect(width).toEqual(148)
2828
await expect(height).toEqual(148)
29-
await expect(li).toHaveCount(1)
29+
await expect(li).toHaveCount(4)
3030
await fileChooser.setFiles(currentPath)
3131
await first.hover()
3232
await prevPic.click()

0 commit comments

Comments
 (0)