Fix all failing specs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user