Increasing logout button load time.

This commit is contained in:
David Jay
2017-02-14 16:03:38 -05:00
parent f524f539da
commit 85ea41725a
+1 -1
View File
@@ -43,7 +43,7 @@ const embedStreamCommands = {
},
logout() {
return this
.waitForElementVisible('@logoutButton')
.waitForElementVisible('@logoutButton', 5000)
.click('@logoutButton')
.waitForElementVisible('@signInButton', 5000);
},