Skip to content

Commit

Permalink
fix: fix todomvc case failed in windows and some linux os (#1908)
Browse files Browse the repository at this point in the history
fix #1899
  • Loading branch information
Alan Wang committed Jan 5, 2021
1 parent f458dea commit 13cd6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/todomvc.spec.js
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 13cd6ab

Please sign in to comment.