updates texts on specs

This commit is contained in:
Alberto Garcia Cabeza
2016-12-23 14:41:42 +01:00
parent c0c76b67c2
commit dc27514fa7

View File

@@ -11,7 +11,7 @@ feature 'Admin booths' do
visit admin_root_path
within('#side_menu') do
click_link "Booths"
click_link "Booths location"
end
expect(page).to have_content "There are no booths"
@@ -23,7 +23,7 @@ feature 'Admin booths' do
visit admin_root_path
within('#side_menu') do
click_link "Booths"
click_link "Booths location"
end
booths = Poll::Booth.all