Skip to content

Commit

Permalink
test: todomvc case failed in windows and some linux os (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 5, 2021
1 parent 8cc9dbd commit 9016328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/todomvc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('e2e/todomvc', () => {
expect(await isFocused('.todo:nth-child(1) .edit')).toBe(true)
await clearValue('.todo:nth-child(1) .edit')
await setValue('.todo:nth-child(1) .edit', 'edited!')
await click('footer') // blur
await click('.todo-count') // blur
expect(await count('.todo.editing')).toBe(0)
expect(await text('.todo:nth-child(1) label')).toBe('edited!')

Expand Down

0 comments on commit 9016328

Please sign in to comment.