Merge pull request #7685 from lchrusciel/feature-improvement

[Behat] [Promotion] Semantical fixes
This commit is contained in:
Michał Marcinkowski 2017-03-07 13:59:38 +01:00 committed by GitHub
commit e715422ee6
2 changed files with 3 additions and 3 deletions

View file

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

View file

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