From 02b9e5c74394808ec1751f9c805882b9bf08b80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 23 Feb 2017 10:53:53 +0100 Subject: [PATCH] Ensure that success message is closed until try to continue clicking unwatch --- e2e/suites/project-home.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/suites/project-home.e2e.js b/e2e/suites/project-home.e2e.js index 6278abd7..a6973587 100644 --- a/e2e/suites/project-home.e2e.js +++ b/e2e/suites/project-home.e2e.js @@ -90,7 +90,7 @@ describe('project home', function() { await form.$('.e2e-lightbox-contact-project-message').sendKeys('contact'); form.$('.e2e-lightbox-contact-project-button').click(); await utils.notifications.success.open(); - + await utils.notifications.success.close(); }); it('unwatch', async function() {