Skip to content

Commit 9016328

Browse files
committed
test: todomvc case failed in windows and some linux os (#1899)
1 parent 8cc9dbd commit 9016328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/e2e/todomvc.spec.js

+1-1
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)