Skip to content

Commit 13cd6ab

Browse files
author
Alan Wang
authored
fix: fix todomvc case failed in windows and some linux os (#1908)
fix #1899
1 parent f458dea commit 13cd6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/todomvc.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('e2e/todomvc', () => {
120120
expect(await isFocused('.todo:nth-child(1) .edit')).toBe(true)
121121
await clearValue('.todo:nth-child(1) .edit')
122122
await setValue('.todo:nth-child(1) .edit', 'edited!')
123-
await click('footer') // blur
123+
await click('.todo-count') // blur
124124
expect(await count('.todo.editing')).toBe(0)
125125
expect(await text('.todo:nth-child(1) label')).toBe('edited!')
126126

0 commit comments

Comments
 (0)