diff --git a/test/e2e/pages/embedStreamPage.js b/test/e2e/pages/embedStreamPage.js index 372b94b66..22fd2e04f 100644 --- a/test/e2e/pages/embedStreamPage.js +++ b/test/e2e/pages/embedStreamPage.js @@ -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() {