mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-17 02:18:01 +00:00
[Behat] Mark scenarios for accessing product show page from admin as no-api
This commit is contained in:
parent
c4324e5123
commit
20d81ef294
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ Feature: Checking products in the shop while editing them
|
|||
And the store has a product "Bugatti" available in "United States" channel
|
||||
And I am logged in as an administrator
|
||||
|
||||
@ui
|
||||
@ui @no-api
|
||||
Scenario: Accessing product show page in shop from the product edit page where product is available in more than one channel
|
||||
Given this product is available in the "Europe" channel
|
||||
And I am browsing products
|
||||
|
|
@ -18,14 +18,14 @@ Feature: Checking products in the shop while editing them
|
|||
And I choose to show this product in the "Europe" channel
|
||||
Then I should see this product in the "Europe" channel in the shop
|
||||
|
||||
@ui
|
||||
@ui @no-api
|
||||
Scenario: Accessing product show page in shop from the product edit page where product is available in one channel
|
||||
Given I am browsing products
|
||||
When I want to modify this product
|
||||
And I choose to show this product in this channel
|
||||
Then I should see this product in the "United States" channel in the shop
|
||||
|
||||
@ui
|
||||
@ui @no-api
|
||||
Scenario: Being unable to access product show page in shop when the product is disabled
|
||||
Given this product has been disabled
|
||||
When I want to modify this product
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue