From 630d87003ee422291063d980d8707824b41bb427 Mon Sep 17 00:00:00 2001 From: Dmitry Chekalin Date: Fri, 22 Apr 2016 14:28:18 +0300 Subject: [PATCH] tests updates for the product colors --- engines/admin_ui/spec/acceptance/product_colors.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"