mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
minor #14945 Add @no-api to redirecting_to_products_when_there_is_a_trailing_slash_in_path scenarios (jakubtobiasz)
This PR was merged into the 1.13 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.13 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | contains fixes from #14941 | License | MIT Commits -------8a922bc7e7Add @no-api to redirecting_to_products_when_there_is_a_trailing_slash_in_path scenariosab4d04fe09Silence Http\Message\MessageFactory deprecation report
This commit is contained in:
commit
fa2ffc9315
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Feature: Redirecting to products when there is a trailing slash in path
|
|||
And the store has a product "Plastic Tomato" available in "Poland" channel
|
||||
And this product belongs to "Funny"
|
||||
|
||||
@ui
|
||||
@ui @no-api
|
||||
Scenario: Redirecting to products when there is a trailing slash in path
|
||||
When I try to browse products from taxon "T-Shirts" with a trailing slash in the path
|
||||
Then I should be redirected on the product list from taxon "T-Shirts"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue