Skip to content

Commit

Permalink
bug #10386 [Build Fix][Behat] Change scenarios to @javascript due to …
Browse files Browse the repository at this point in the history
…taxon tree changes (Zales0123)

This PR was merged into the 1.3 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.3
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #10228, #10365
| License         | 

Commits
-------

e539ee0 [Behat] Change scenarios to @javascript due to taxon tree changes
  • Loading branch information
pamil authored May 15, 2019
2 parents 78396d9 + e539ee0 commit 1bc510b
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 1bc510b

Please sign in to comment.