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
@@ -1,6 +1,5 @@
step "the user opens the side menu" do
page.execute_script %|$('.toggle-side-menu').click()|
sleep 1
js_click '.toggle-side-menu'
end
step "the user opens the side menu again" do
@@ -8,8 +7,7 @@ step "the user opens the side menu again" do
end
step "the user clicks on the lists link in the side menu" do
page.execute_script %|$('.side-menu-lists').click()|
sleep 2
js_click '.side-menu-lists'
end
step "the user clicks on the about link in the side menu" do