Upgrades and simple_form dependency removal
This commit is contained in:
@@ -31,6 +31,7 @@ step "there is a signed in user with an active order" do
|
||||
step "I am signed in as a user"
|
||||
step "the user has an active order"
|
||||
end
|
||||
|
||||
step "there is a signed in user with a placed order" do
|
||||
step "I am signed in as a user"
|
||||
step "the user has a placed order"
|
||||
|
||||
@@ -9,7 +9,7 @@ end
|
||||
|
||||
step "the user clicks on the lists link in the side menu" do
|
||||
page.execute_script %|$('.side-menu-lists').click()|
|
||||
sleep 1
|
||||
sleep 2
|
||||
end
|
||||
|
||||
step "the user clicks on the about link in the side menu" do
|
||||
|
||||
Reference in New Issue
Block a user