From 350a8b23aae1b8561df641374236b013a7885f2c Mon Sep 17 00:00:00 2001 From: jkindly Date: Mon, 12 Aug 2024 13:50:05 +0200 Subject: [PATCH] OP-344: Remove redundant test --- features/shop/displaying_media.feature | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 features/shop/displaying_media.feature diff --git a/features/shop/displaying_media.feature b/features/shop/displaying_media.feature deleted file mode 100644 index cb40d86e..00000000 --- a/features/shop/displaying_media.feature +++ /dev/null @@ -1,11 +0,0 @@ -@shop_media -Feature: Displaying media - - Background: - Given the store operates on a single channel in "United States" - - @ui - Scenario: Displaying media - And there is an existing "image" media with "blog_banner" code - When I go to the "blog" page - And I want to see a media with code "blog_banner"