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 6dcc5b97216aa9b1baf5a21e1c5e58213ef5aea6..9016ca1d71cee80a5d360d1eef7d3872446133ed 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