From 685b8f2be9cc86957da817202d8d68bc61559838 Mon Sep 17 00:00:00 2001 From: Karl Prieb Date: Thu, 22 Feb 2018 16:22:41 -0300 Subject: [PATCH 1/2] Reactivate API tests --- tests/chimp-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chimp-config.js b/tests/chimp-config.js index 46fb2a6c369a1..d03dcfc8273aa 100644 --- a/tests/chimp-config.js +++ b/tests/chimp-config.js @@ -19,7 +19,7 @@ module.exports = { // showXolvioMessages: true, // // - - - - CUCUMBER - - - - - path: 'tests/end-to-end/ui', + path: 'tests/end-to-end', // format: 'pretty', // tags: '~@ignore', // singleSnippetPerFile: true, From 8cc1ccce595127a4945dca401be7c376edcf5108 Mon Sep 17 00:00:00 2001 From: Marcos Defendi Date: Mon, 26 Feb 2018 15:19:24 -0300 Subject: [PATCH 2/2] trying fix error on ui tests --- tests/end-to-end/ui/06-messaging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end-to-end/ui/06-messaging.js b/tests/end-to-end/ui/06-messaging.js index 046ac2247f3ff..2da8a28aa9c12 100644 --- a/tests/end-to-end/ui/06-messaging.js +++ b/tests/end-to-end/ui/06-messaging.js @@ -267,6 +267,7 @@ describe('[Message]', () => { describe('[GENERAL Channel]', () => { before(()=>{ + checkIfUserIsValid(username, email, password); sideNav.spotlightSearchIcon.click(); sideNav.spotlightSearch.waitForVisible(10000); sideNav.searchChannel('general');