Add about page with feedback functionality

This commit is contained in:
2014-10-02 17:06:52 +02:00
parent 7c03b4c32c
commit b8ef4943bd
22 changed files with 153 additions and 10 deletions
@@ -2,6 +2,7 @@ step "the user opens the side menu" do
page.execute_script %|$('.toggle-side-menu').click()|
sleep 1
end
step "the user opens the side menu again" do
step "the user opens the side menu"
end
@@ -10,6 +11,10 @@ step "the user clicks on the lists link in the side menu" do
page.execute_script %|$('.side-menu-lists').click()|
end
step "the user clicks on the about link in the side menu" do
page.execute_script %|$('.side-menu-about').click()|
end
step "the user clicks on the active list link in the side menu" do
page.execute_script %|$('.side-menu-active-list').click()|
end