[Behat] Mark scenarios for accessing product show page from admin as no-api

This commit is contained in:
Grzegorz Sadowski 2023-10-04 12:28:14 +02:00
parent c4324e5123
commit 20d81ef294
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

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