Skip to content

Commit

Permalink
tests updates for the product colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrychekalin committed Apr 22, 2016
1 parent e3b5643 commit 630d870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/admin_ui/spec/acceptance/product_colors.feature
Expand Up @@ -7,15 +7,15 @@ Feature: Assign colors to products
@javascript
Scenario:
When I am on the product colors page
And I click on "Create a Color" link
And I click on "Add new color to product" link
And I select "Connie" product from chosen select box
And I select "Coral" color from chosen select box
And I click on "Create" button
Then I should see "Color 'coral' for the product 'Connie' successfully created"

Scenario:
When I am on the product colors page
And I click on "Create a Color" link
And I click on "Add new color to product" link
And I select "Connie" product from chosen select box
And I click on "Create" button
Then I should see "can't be blank"
Expand Down

0 comments on commit 630d870

Please sign in to comment.