diff --git a/e2e/utils/common.js b/e2e/utils/common.js index 41a5f051..791e1a37 100644 --- a/e2e/utils/common.js +++ b/e2e/utils/common.js @@ -386,7 +386,6 @@ common.uploadImagePath = function() { common.closeJoyride = function() { $('.introjs-skipbutton').isPresent().then((present) => { - console.log(present); if (present) { browser.waitForAngular(); $('.introjs-skipbutton').click();