From f94a3763920a2e93c33ddafbcb17cb280dbd51e1 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 13 Oct 2017 14:16:46 +0200 Subject: [PATCH] updates text on specs --- spec/features/polls/voter_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/polls/voter_spec.rb b/spec/features/polls/voter_spec.rb index 41886653b..334696768 100644 --- a/spec/features/polls/voter_spec.rb +++ b/spec/features/polls/voter_spec.rb @@ -54,7 +54,7 @@ feature "Voter" do within("#poll_#{poll.id}") do click_button("Confirm vote") expect(page).to_not have_button("Confirm vote") - expect(page).to have_button('WAIT, confirming vote', disabled: true) + expect(page).to have_button('Wait, confirming vote...', disabled: true) expect(page).to have_content "Vote introduced!" end