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
-------

8a922bc7e7 Add @no-api to redirecting_to_products_when_there_is_a_trailing_slash_in_path scenarios
ab4d04fe09 Silence Http\Message\MessageFactory deprecation report
This commit is contained in:
Rafał Jaskulski 2023-04-21 11:25:38 +02:00 committed by GitHub
commit fa2ffc9315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"