diff --git a/engines/admin_ui/spec/acceptance/product_colors.feature b/engines/admin_ui/spec/acceptance/product_colors.feature index bd7db4856e..c85bc68340 100644 --- a/engines/admin_ui/spec/acceptance/product_colors.feature +++ b/engines/admin_ui/spec/acceptance/product_colors.feature @@ -7,7 +7,7 @@ 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 @@ -15,7 +15,7 @@ Feature: Assign colors to products 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"