Updating e2e tests.

This commit is contained in:
David Jay
2017-02-03 11:15:10 -08:00
parent 2dacb72341
commit c784de6e95
+1 -2
View File
@@ -10,8 +10,7 @@ const embedStreamCommands = {
return this
.waitForElementVisible('@moderationList')
.waitForElementVisible('@approveButton')
.click('@approveButton')
.waitForElementNotPresent('@approveButton');
.click('@approveButton');
}
};