test/test_registration.rb 🔗
@@ -393,7 +393,7 @@ class RegistrationTest < Minitest::Test
[Matching.new do |reply|
assert_equal [:execute, :next, :prev], reply.allowed_actions
assert_equal(
- "Add credit card, then return here to continue: " \
+ "Add credit card, save, then next here to continue: " \
"http://creditcard.example.com",
reply.note.content
)