diff --git a/test/e2e/pages/embedStreamPage.js b/test/e2e/pages/embedStreamPage.js index 5799fa8c9..60a54f0f7 100644 --- a/test/e2e/pages/embedStreamPage.js +++ b/test/e2e/pages/embedStreamPage.js @@ -38,10 +38,7 @@ const embedStreamCommands = { .setValue('@signInDialogEmail', user.email) .setValue('@signInDialogPassword', user.pass) .waitForElementVisible('@logInButton') - .click('@logInButton', () => { - - // this.api.pause() - }) + .click('@logInButton') .waitForElementVisible('@logoutButton', 5000); }, logout() {