mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge pull request #7685 from lchrusciel/feature-improvement
[Behat] [Promotion] Semantical fixes
This commit is contained in:
commit
e715422ee6
2 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ Feature: Editing promotion
|
|||
And the "Christmas sale" promotion should be applicable for the "United States" channel
|
||||
|
||||
@ui
|
||||
Scenario: Adding a promotion with start and end date
|
||||
Scenario: Editing a promotion with start and end date
|
||||
Given I want to modify a "Christmas sale" promotion
|
||||
When I make it available from "12.12.2017" to "24.12.2017"
|
||||
And I save my changes
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
@managing_promotions
|
||||
Feature: Promotion unique code validation
|
||||
In order to uniquely identify tax rates
|
||||
In order to uniquely identify promotions
|
||||
As an Administrator
|
||||
I want to be prevented from adding two tax rates with the same code
|
||||
I want to be prevented from adding two promotions with the same code
|
||||
|
||||
Background:
|
||||
Given the store operates on a single channel in "United States"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue