From b198294de85f9f60e8cea30198e4e4e78b1deb75 Mon Sep 17 00:00:00 2001
From: AlaaJwiehan <AlaaJwiehan@3695587.no-reply.drupal.org>
Date: Thu, 16 Jun 2022 14:31:40 +0300
Subject: [PATCH] Issue #3285082 by Alaa Jwiehan: Add Automated Testing
 Coverage For Varbase Tour Module

---
 .../01-00-varbase-welcome-tour.feature                        | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/features/varbase/01-website-base-requirements/01-00-varbase-welcome-tour.feature b/tests/features/varbase/01-website-base-requirements/01-00-varbase-welcome-tour.feature
index 6925982d..05f9675f 100644
--- a/tests/features/varbase/01-website-base-requirements/01-00-varbase-welcome-tour.feature
+++ b/tests/features/varbase/01-website-base-requirements/01-00-varbase-welcome-tour.feature
@@ -28,11 +28,7 @@ The welcome message is made possible by having Varbase Tour module
      When I click "Next" in the "button" element with the "class" attribute set to "button button--primary shepherd-button "
      Then I should see "Define Your Site Settings"
      When I click "Next" in the "button" element with the "class" attribute set to "button button--primary shepherd-button "
-      And I wait 2 seconds
      Then I should see "Site Content"
-      And I should see "End tour"
-      And I press the "End tour" button
-     Then I should see "Welcome to Varbase"
 
   @javascript @local @development @staging @production
   Scenario: Check if welcome message is disabled after closing it
-- 
GitLab