Fix all failing specs

This commit is contained in:
2015-01-21 19:18:12 +01:00
parent 9a8c364d38
commit 4462be55d1
11 changed files with 29 additions and 28 deletions
@@ -8,6 +8,7 @@ Feature: Adding product category
When the supplier visits the menu page
And the supplier clicks on the new product category button
And the supplier fills in the new product category form selecting not available on tuesdays
And I open the debugger
And the supplier submits the product category form
Then then new product category with proper properties should have been created
When the supplier clicks on the add product button for the product category
+2 -2
View File
@@ -4,8 +4,8 @@ Feature: Manage settings
Scenario: Changing the name
Given there is a confirmed and open supplier
And I am signed in as supplier
And I visit the supplier settings path
When the supplier changes the name to "Test8" in the settings page
When I visit the supplier settings path
And the supplier changes the name to "Test8" in the settings page
And the supplier submits the supplier settings form
Then the supplier should be redirected to the root path
When the supplier opens the side menu