Adding wait for a button selector

This commit is contained in:
Belen Curcio
2017-10-18 09:19:32 -03:00
parent c3b2eb5a98
commit 86e5e5e955
+1
View File
@@ -134,6 +134,7 @@ module.exports = {
.getEmbedSection();
embed
.waitForElementVisible('@commentsTabButton')
.click('@commentsTabButton')
.waitForElementVisible('@logoutButton')
.click('@logoutButton');