From 721d9e7b68805220a35f357e50c2359870c29334 Mon Sep 17 00:00:00 2001 From: jkindly Date: Wed, 26 Jun 2024 09:06:59 +0200 Subject: [PATCH] OP-321: Behat tests update --- features/shop/displaying_homepage_block.feature | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 features/shop/displaying_homepage_block.feature diff --git a/features/shop/displaying_homepage_block.feature b/features/shop/displaying_homepage_block.feature deleted file mode 100644 index 36b20d9c..00000000 --- a/features/shop/displaying_homepage_block.feature +++ /dev/null @@ -1,14 +0,0 @@ -@shop_blocks -Feature: Displaying blocks - In order to buy more items in the store - As a Customer - I want to display content blocks on the homepage - - Background: - Given the store operates on a single channel in "United States" - - @ui - Scenario: Displaying homepage blocks - Given there is a block with "homepage_intro" code - When I go to the homepage - And I want to see a text block with "Hello world!" content