Upgrades and simple_form dependency removal

This commit is contained in:
2014-12-11 14:37:09 +01:00
parent 1a3f528731
commit 711f878a3a
16 changed files with 8134 additions and 8348 deletions
@@ -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