[PriceHistory][UI] Tag scenarios with managing channels enabled

This commit is contained in:
Rafikooo 2023-03-27 16:24:23 +02:00
parent 3d2ae584f9
commit 7ac1a56a27
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B
5 changed files with 17 additions and 17 deletions

View file

@ -10,7 +10,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
And the store operates in "United States" and "Poland"
And I am logged in as an administrator
@api
@api @ui
Scenario: Adding a new channel without specifying the lowest price for discounted products checking period
When I want to create a new channel
And I specify its code as "MOBILE"
@ -23,7 +23,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
Then I should be notified that it has been successfully created
And the "Mobile" channel should have the lowest price for discounted products checking period set to 30 days
@api
@api @ui
Scenario: Adding a new channel with a specified lowest price for discounted products checking period
When I want to create a new channel
And I specify its code as "MOBILE"
@ -37,7 +37,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
Then I should be notified that it has been successfully created
And the "Mobile" channel should have the lowest price for discounted products checking period set to 15 days
@api
@api @ui
Scenario: Being prevented from creating a new channel with the lowest price for discounted products checking period equal to zero
When I want to create a new channel
And I specify its code as "MOBILE"
@ -50,7 +50,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
And I try to add it
Then I should be notified that the lowest price for discounted products checking period must be greater than 0
@api
@api @ui
Scenario: Being prevented from creating a new channel with a negative lowest price for discounted products checking period
When I want to create a new channel
And I specify its code as "MOBILE"
@ -64,7 +64,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
And I try to add it
Then I should be notified that the lowest price for discounted products checking period must be greater than 0
@api
@api @ui
Scenario: Being prevented from creating a new channel with a too big lowest price for discounted products checking period
When I want to create a new channel
And I specify its code as "MOBILE"

View file

@ -10,7 +10,7 @@ Feature: Choosing whether to show the lowest product price or not while creating
And the store operates in "United States" and "Poland"
And I am logged in as an administrator
@api
@api @ui
Scenario: Adding a new channel with lowest price before the product has been discounted enabled by default
When I want to create a new channel
And I specify its code as "MOBILE"
@ -23,7 +23,7 @@ Feature: Choosing whether to show the lowest product price or not while creating
Then I should be notified that it has been successfully created
And the "Mobile" channel should have the lowest price of discounted products prior to the current discount enabled
@api @no-ui
@api @ui
Scenario: Adding a new channel with lowest price before the product has been discounted enabled
When I want to create a new channel
And I specify its code as "MOBILE"
@ -37,7 +37,7 @@ Feature: Choosing whether to show the lowest product price or not while creating
Then I should be notified that it has been successfully created
And the "Mobile" channel should have the lowest price of discounted products prior to the current discount enabled
@api
@api @ui
Scenario: Adding a new channel with lowest price before the product has been discounted disabled
When I want to create a new channel
And I specify its code as "MOBILE"

View file

@ -9,7 +9,7 @@ Feature: Specifying the lowest price for discounted products checking period whi
And this channel has 15 days set as the lowest price for discounted products checking period
And I am logged in as an administrator
@api
@api @ui
Scenario: Changing the lowest price for discounted products checking period
When I want to modify a channel "EU"
And I specify 30 days as the lowest price for discounted products checking period
@ -17,21 +17,21 @@ Feature: Specifying the lowest price for discounted products checking period whi
Then I should be notified that it has been successfully edited
And its lowest price for discounted products checking period should be set to 30 days
@api
@api @ui
Scenario: Being prevented from changing the lowest price for discounted products checking period to zero
When I want to modify a channel "EU"
And I specify 0 days as the lowest price for discounted products checking period
And I try to save my changes
Then I should be notified that the lowest price for discounted products checking period must be greater than 0
@api
@api @ui
Scenario: Being prevented from changing the lowest price for discounted products checking period to a negative value
When I want to modify a channel "EU"
And I specify -10 days as the lowest price for discounted products checking period
And I try to save my changes
Then I should be notified that the lowest price for discounted products checking period must be greater than 0
@api
@api @ui
Scenario: Being prevented from changing the lowest price for discounted products checking period to a too big value
When I want to modify a channel "EU"
And I specify 99999999999 days as the lowest price for discounted products checking period

View file

@ -11,7 +11,7 @@ Feature: Choosing whether to show the lowest product price or not while editing
And the channel "US Channel" has showing the lowest price of discounted products disabled
And I am logged in as an administrator
@api
@api @ui
Scenario: Enabling showing the lowest price of discounted products on a channel
When I want to modify a channel "US Channel"
And I enable showing the lowest price of discounted products
@ -19,7 +19,7 @@ Feature: Choosing whether to show the lowest product price or not while editing
Then I should be notified that it has been successfully edited
And the "US Channel" channel should have the lowest price of discounted products prior to the current discount enabled
@api
@api @ui
Scenario: Disabling showing the lowest price of discounted products on a channel
When I want to modify a channel "EU Channel"
And I disable showing the lowest price of discounted products

View file

@ -9,7 +9,7 @@ Feature: Excluding chosen taxons from displaying the lowest price of discounted
And the store classifies its products as "T-Shirts", "Caps" and "Sweaters"
And I am logged in as an administrator
@api @javascript
@api @ui @javascript
Scenario: Excluding a singular taxon from displaying the lowest price of discounted products
When I want to modify a channel "Poland"
And I exclude the "T-Shirts" taxon from showing the lowest price of discounted products
@ -17,7 +17,7 @@ Feature: Excluding chosen taxons from displaying the lowest price of discounted
Then I should be notified that it has been successfully edited
And this channel should have "T-Shirts" taxon excluded from displaying the lowest price of discounted products
@api @javascript
@api @ui @javascript
Scenario: Excluding multiple taxons from displaying the lowest price of discounted products
When I want to modify a channel "Poland"
And I exclude the "T-Shirts" and "Caps" taxons from showing the lowest price of discounted products
@ -25,7 +25,7 @@ Feature: Excluding chosen taxons from displaying the lowest price of discounted
Then I should be notified that it has been successfully edited
And this channel should have "T-Shirts" and "Caps" taxons excluded from displaying the lowest price of discounted products
@todo @no-api @javascript
@ui @javascript @no-api
Scenario: Removing excluded taxon from displaying the lowest price of discounted products
Given the channel "Poland" has "T-Shirts" and "Caps" taxons excluded from showing the lowest price of discounted products
When I want to modify this channel