From 018157ef3206db8ec7a3ad3f70986e1c017abc78 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 27 Jun 2019 17:03:44 +0200
Subject: [PATCH] really fix welcome modal test

---
 test/behave/features/nextcloud.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/behave/features/nextcloud.feature b/test/behave/features/nextcloud.feature
index 17b5bbbc2..d358198c3 100644
--- a/test/behave/features/nextcloud.feature
+++ b/test/behave/features/nextcloud.feature
@@ -22,7 +22,7 @@ Scenario: Login to nextcloud
 Scenario: Close welcome to nextcloud modal
   Given the element "#firstrunwizard" is visible
   When I click on the element "a.close.icon-close"
-  Then I expect that element "#firstrunwizard" does not exist
+  Then I wait on element "#firstrunwizard" for 1000ms to not be visible
 
 Scenario: Create a new document in OnlyOffice
   When I click on the element ".actions a.button.new"
-- 
GitLab