From 394cb62e0e4a7f53a4fe8ba060ba3139dc0d890b Mon Sep 17 00:00:00 2001 From: jkindly Date: Wed, 10 Jul 2024 13:35:50 +0200 Subject: [PATCH] OP-326: Behat - deleting content element --- features/admin/managing_blocks.feature | 2 +- features/admin/managing_pages.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/admin/managing_blocks.feature b/features/admin/managing_blocks.feature index 75ceb4b3..db8c7dc4 100644 --- a/features/admin/managing_blocks.feature +++ b/features/admin/managing_blocks.feature @@ -26,7 +26,7 @@ Feature: Managing cms blocks @ui Scenario: Updating block textarea content element - Given there is a block with "store_phone_number" code and textarea content element + Given there is a block with "store_phone_number" code and "Textarea" content element When I go to the update "store_phone_number" block page And I fill the name with "Store phone number" if the name field is empty And I change textarea content element value to "New content" diff --git a/features/admin/managing_pages.feature b/features/admin/managing_pages.feature index b4f4f1d9..27c73d3d 100644 --- a/features/admin/managing_pages.feature +++ b/features/admin/managing_pages.feature @@ -32,7 +32,7 @@ Feature: Managing cms pages @ui Scenario: Updating page with textarea content element - Given there is a page in the store with textarea content element + Given there is a page in the store with "Textarea" content element When I want to edit this page And I fill "Code, Name" fields And I change textarea content element value to "New content"