mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[PriceHistory][API] Tag channels managing scenarios enabled
This commit is contained in:
parent
865d200fa3
commit
77a8b87b5f
5 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo @no-ui
|
||||
@api @no-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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
||||
@todo
|
||||
@api
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
@todo @javascript
|
||||
@api @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
|
||||
|
||||
@todo @javascript
|
||||
@api @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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue