Skip to content

Commit

Permalink
[Behat] Change scenarios to @javascript due to taxon tree changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed May 15, 2019
1 parent 78396d9 commit e539ee0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Feature: Accessing an edit page of a promotion with a rule that contains a remov
And the store classifies its products as "T-Shirts" and "Mugs"
And I am logged in as an administrator

@ui
@ui @javascript
Scenario: Accessing an edit page of a promotion with a rule that contains a removed taxon
Given there is a promotion "Christmas sale" with "Has at least one from taxons" rule configured with "T-Shirts" and "Mugs"
When I remove taxon named "Mugs"
Then I should be notified that "Christmas sale" promotion has been updated
And I should be able to modify a "Christmas sale" promotion
And the "Christmas sale" promotion should have "Has at least one from taxons" rule configured

@ui
@ui @javascript
Scenario: Accessing an edit page of a promotion with a rule that contains a removed taxon
Given there is a promotion "Christmas sale" with "Total price of items from taxon" rule configured with "Mugs" taxon and $100 amount for "United States" channel
When I remove taxon named "Mugs"
Expand Down

0 comments on commit e539ee0

Please sign in to comment.