Better tests
This commit is contained in:
@@ -9,6 +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
|
||||
end
|
||||
|
||||
step "the user clicks on the about link in the side menu" do
|
||||
@@ -16,6 +17,7 @@ step "the user clicks on the about link in the side menu" do
|
||||
end
|
||||
|
||||
step "the user clicks on the active list link in the side menu" do
|
||||
binding.pry
|
||||
page.execute_script %|$('.side-menu-active-list').click()|
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user