From 7f5c22378d2f69c931f7049c13603c7869a39c80 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 28 Mar 2021 15:31:31 +0300
Subject: [PATCH] Issue #3205085: Add a tag release-varbase workflow job for
 the CircleCI automated testing pipelines

---
 .../05-04-cloning-content-and-entities.feature                | 4 ++--
 1 file changed, 2 insertions(+), 2 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 6dcc5b97..9016ca1d 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
@@ -2,7 +2,7 @@ Feature: Content Management - Cloning content and entities
 As a logged in user with a permission to mange entities
 I want to be able to clone an entity.
 
-  @javascript @local @development
+@javascript @local @development
   Scenario: Check if a user with a permission can clone a Landing page (Paragraphs)
     Given I am a logged in user with the "test_site_admin" user
      When I go to "/node/add/landing_page"
@@ -84,4 +84,4 @@ I want to be able to clone an entity.
      Then I should see "Test Clone landing page"
      When I click "Test Clone landing page"
       And I wait
-     Then I should see "Test Clone landing page"
+     Then I should see "Test Clone landing page"
\ No newline at end of file
-- 
GitLab