Skip to content

Commit d280937

Browse files
TimSpeelmanyyx990803
authored andcommitted
test(e2e): trigger click on .new-todo instead of footer (#7938)
1 parent c21b89e commit d280937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = {
119119
.assert.focused('.todo:nth-child(1) .edit')
120120
.clearValue('.todo:nth-child(1) .edit')
121121
.setValue('.todo:nth-child(1) .edit', 'edited!')
122-
.click('footer') // blur
122+
.click('.new-todo') // blur
123123
.assert.count('.todo.editing', 0)
124124
.assert.containsText('.todo:nth-child(1) label', 'edited!')
125125

0 commit comments

Comments
 (0)