From 31a520041bfd14846620d64ba9fbb617b2520d35 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 8 Apr 2020 00:23:13 +0300
Subject: [PATCH] Issue #3124385: Fix Automated Functional Acceptance Testing
 after the update of [Vartheme Admin] theme  from 8.6.9 ( ~6.0 ) to 8.7.0 (
 ~7.0 )

---
 .../05-01-entityqueue-reverse-order-in-admin-view.feature     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature
index 29f3af04..fa03e0d0 100644
--- a/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature
+++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature
@@ -19,9 +19,7 @@ Scenario: Check that Reverse order in admin view is working
    When I go to "/admin/structure/entityqueue/test_queue#edit-queue-settings"
     And I wait
    Then I should see "Configure Test Queue"
-   When I press "Queue settings"
-    And I wait
-   Then I should see "Restrict this queue to a minimum of"
+    And I should see "Restrict this queue to a minimum of"
     And I should see "Reverse"
    When I check the box "Reverse"
     And I press "Save"
-- 
GitLab