just throwing stuff at the wall to see what sticks

This commit is contained in:
Riley Davis
2017-02-06 14:42:40 -07:00
parent 3a145e9927
commit 93ee5bfc4a
+2
View File
@@ -35,8 +35,10 @@ const embedStreamCommands = {
.waitForElementVisible('@signInDialogPassword')
.setValue('@signInDialogEmail', user.email)
.setValue('@signInDialogPassword', user.pass)
.pause(2500)
.waitForElementVisible('@logInButton')
.click('@logInButton')
.pause(2500)
.waitForElementVisible('@logoutButton', 5000);
},
logout() {