From 5fa810a629c08ac166a583089bbf18e6c41592a5 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 27 Jun 2019 16:42:59 +0200
Subject: [PATCH] fix bug in 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 23a3cf0ba..17b5bbbc2 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" is not visible
+  Then I expect that element "#firstrunwizard" does not exist
 
 Scenario: Create a new document in OnlyOffice
   When I click on the element ".actions a.button.new"
-- 
GitLab