From 8fe08784ac16ee389dec1b7faefb5b6f553396f1 Mon Sep 17 00:00:00 2001 From: Luca Gallinari Date: Tue, 12 May 2020 10:35:04 +0200 Subject: [PATCH] Fixes renamed step for homepage taxons --- .../viewing_only_enabled_taxons_on_taxon_menu.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/homepage/viewing_only_enabled_taxons_on_taxon_menu.feature b/features/homepage/viewing_only_enabled_taxons_on_taxon_menu.feature index a3bdd41d29..069e87aec0 100644 --- a/features/homepage/viewing_only_enabled_taxons_on_taxon_menu.feature +++ b/features/homepage/viewing_only_enabled_taxons_on_taxon_menu.feature @@ -12,10 +12,10 @@ Feature: Viewing only enabled taxons in taxon menu And the "Accessories" taxon has children taxons "Caps" and "Belts" And channel "United States" has menu taxon "Category" - @ui + @ui @api Scenario: Viewing only enabled taxons in taxon menu Given the "Clothes" taxon is disabled And the "Belts" taxon is disabled - When I visit the homepage + When I check available taxons Then I should see "Caps" in the menu And I should not see "T-Shirts", "Coats" and "Belts" in the menu