We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc9dbd commit 9016328Copy full SHA for 9016328
test/e2e/todomvc.spec.js
@@ -120,7 +120,7 @@ describe('e2e/todomvc', () => {
120
expect(await isFocused('.todo:nth-child(1) .edit')).toBe(true)
121
await clearValue('.todo:nth-child(1) .edit')
122
await setValue('.todo:nth-child(1) .edit', 'edited!')
123
- await click('footer') // blur
+ await click('.todo-count') // blur
124
expect(await count('.todo.editing')).toBe(0)
125
expect(await text('.todo:nth-child(1) label')).toBe('edited!')
126
0 commit comments