[Api] Mark not covered bulk delete scenarios as @no-api

This commit is contained in:
Jan Goralski 2023-09-27 12:53:43 +02:00
parent 3dd0110abd
commit fb781cafbb
No known key found for this signature in database
GPG key ID: 95D91BA380F31EDD
14 changed files with 14 additions and 14 deletions

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple channels
And the store operates on another channel named "DE Store"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple channels at once
When I browse channels
And I check the "PL Store" channel

View file

@ -11,7 +11,7 @@ Feature: Deleting multiple exchange rates
And the exchange rate of "Polish Zloty" to "Euro" is 0.22
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple exchange rates at once
When I browse exchange rates
And I check the exchange rate between "Euro" and "British Pound"

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple payment methods
And the store has also a payment method "PayPal Express Checkout" with a code "paypal" and Paypal Express Checkout gateway
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple payment methods at once
When I browse payment methods
And I check the "Offline" payment method

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple product options
And the store has also a product option "T-Shirt brand"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple product options at once
When I browse product options
And I check the "T-Shirt size" product option

View file

@ -11,7 +11,7 @@ Feature: Deleting multiple product reviews
And this product has also a review titled "Cool" and rated 4 with a comment "Quite cool" added by customer "aquaman@dc.com"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple product reviews at once
When I browse product reviews
And I check the "Awesome" product review

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple product variants
And this product has "Small PHP Mug", "Medium PHP Mug" and "Big PHP Mug" variants
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple product variants at once
When I browse variants of this product
And I check the "Small PHP Mug" product variant

View file

@ -8,7 +8,7 @@ Feature: Deleting multiple products
Given the store has "Audi RS5 model", "Audi RS6 model" and "Audi RS7 model" products
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple products at once
When I browse products
And I check the "Audi RS5 model" product

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple coupons
And this promotion has "SANTA1", "SANTA2" and "SANTA3" coupons
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple coupons at once
When I browse coupons of this promotion
And I check the "SANTA1" coupon

View file

@ -11,7 +11,7 @@ Feature: Deleting multiple promotions
And there is also a promotion "Easter sale"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple promotions at once
When I browse promotions
And I check the "Christmas sale" promotion

View file

@ -9,7 +9,7 @@ Feature: Deleting multiple shipping categories
And the store has "Big" and "Small" shipping category
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple shipping categories at once
When I browse shipping categories
And I check the "Big" shipping category

View file

@ -9,7 +9,7 @@ Feature: Deleting multiple shipping methods
And the store allows shipping with "UPS", "FedEx" and "DHL"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple shipping methods at once
When I browse shipping methods
And I check the "UPS" shipping method

View file

@ -8,7 +8,7 @@ Feature: Deleting multiple tax categories
Given the store has tax categories "Alcohol", "Food" and "Books"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple tax categories at once
When I browse tax categories
And I check the "Alcohol" tax category

View file

@ -10,7 +10,7 @@ Feature: Deleting multiple administrators
And there is also an administrator "watermelon@example.com"
And I am logged in as "watermelon@example.com" administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple administrators at once
Given I browse administrators
And I check the "banana@example.com" administrator

View file

@ -8,7 +8,7 @@ Feature: Deleting multiple customer groups
Given the store has customer groups "Retail", "Wholesale" and "General"
And I am logged in as an administrator
@ui @javascript
@ui @javascript @no-api
Scenario: Deleting multiple customer groups at once
When I browse customer groups
And I check the "Retail" customer group