updates notice
This commit is contained in:
@@ -19,7 +19,7 @@ en:
|
||||
booth:
|
||||
new:
|
||||
title: "Choose your booth"
|
||||
success: "You are officing booth %{booth}"
|
||||
success: "You are officing the booth located at %{booth}. If this is not correct, do not continue and call the help phone number. Thank you."
|
||||
results:
|
||||
flash:
|
||||
create: "Results saved"
|
||||
|
||||
@@ -19,7 +19,7 @@ es:
|
||||
booth:
|
||||
new:
|
||||
title: "Escoge tu urna"
|
||||
success: "Estás presidiendo la urna %{booth}"
|
||||
success: "Estás ahora mismo en la mesa ubicada en %{booth}. Si esto no es correcto no sigas adelante y llama al teléfono de incidencias. Gracias."
|
||||
results:
|
||||
flash:
|
||||
create: "Datos guardados"
|
||||
|
||||
@@ -30,7 +30,7 @@ feature "Booth" do
|
||||
|
||||
login_through_form_as(officer.user)
|
||||
|
||||
expect(page).to have_content "You are officing booth #{booth.name}"
|
||||
expect(page).to have_content "You are officing the booth located at #{booth.name}."
|
||||
end
|
||||
|
||||
scenario "Officer with multiple booth assignments today" do
|
||||
@@ -54,7 +54,7 @@ feature "Booth" do
|
||||
select booth2.name, from: "booth_id"
|
||||
click_button "Enter"
|
||||
|
||||
expect(page).to have_content "You are officing booth #{booth2.name}"
|
||||
expect(page).to have_content "You are officing the booth located at #{booth2.name}."
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user