diff --git a/test/e2e/pages/embedStreamPage.js b/test/e2e/pages/embedStreamPage.js index 28a9929ea..d99a60dcb 100644 --- a/test/e2e/pages/embedStreamPage.js +++ b/test/e2e/pages/embedStreamPage.js @@ -45,7 +45,7 @@ const embedStreamCommands = { return this .waitForElementVisible('@logoutButton') .click('@logoutButton') - .waitForElementVisible('@signInButton', 2000); + .waitForElementVisible('@signInButton', 5000); }, postComment(comment = 'Test Comment') { return this