mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fixes renamed step for homepage taxons
This commit is contained in:
parent
7d06a619f7
commit
8fe08784ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue