From 158d0343a558d6aab522b969862ce1be309e05cc Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 2 Jan 2019 12:26:58 +0200
Subject: [PATCH] Issue #3023389: Change Automated Functional Acceptance
 Testing groups after changes in Varbase components

---
 .../05-04-cloning-content-and-entities.feature         | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature
index e639ed0f..eb65072a 100644
--- a/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature
+++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature
@@ -51,10 +51,12 @@ I want to be able to clone an entity.
       And I press the "Filter" button
       And I wait
      Then I should see "Test Clone landing page - Cloned"
-      And I check the box "edit-views-bulk-operations-bulk-form-0"
-      And I select "Delete content" from "With selection"
-      And I press "Apply to selected items"
-      And I press "Delete"
+     When I click "Test Clone landing page - Cloned"
+      And I wait
+     Then I should see "Test Clone landing page - Cloned"
+     When I click "Delete"
+     Then I should see "This action cannot be undone."
+     When I press "Delete"
       And I wait
      Then I go to "admin/content"
       And I wait
-- 
GitLab