diff --git a/test/e2e/specs/todomvc.js b/test/e2e/specs/todomvc.js index 7f3c42fe7cc..7720b04ddd5 100644 --- a/test/e2e/specs/todomvc.js +++ b/test/e2e/specs/todomvc.js @@ -119,7 +119,7 @@ module.exports = { .assert.focused('.todo:nth-child(1) .edit') .clearValue('.todo:nth-child(1) .edit') .setValue('.todo:nth-child(1) .edit', 'edited!') - .click('footer') // blur + .click('.new-todo') // blur .assert.count('.todo.editing', 0) .assert.containsText('.todo:nth-child(1) label', 'edited!')