Skip to content

Commit 5236886

Browse files
committed
remove todo
1 parent 8ec4772 commit 5236886

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/page-objects/app-page.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ AppPage.prototype.getTodoItems = function () {
1515
* @param todo the todo Element
1616
*/
1717
AppPage.prototype.toggleTodo = function (todo) {
18-
// @todo https://github.com/groupon-testium/webdriver-http-sync doesn't implemented Element#getElement.
1918
var input = todo.getElement('input[type="checkbox"]');
2019
input.click();
2120
};
2221
AppPage.prototype.removeTodo = function (todo) {
23-
// @todo https://github.com/groupon-testium/webdriver-http-sync doesn't implemented Element#getElement.
2422
var input = todo.getElement('.removeBtn');
2523
input.click();
2624
};

0 commit comments

Comments
 (0)