diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index aba27d540..fa2892b90 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -11,13 +11,13 @@ <% if Account.accepting_signups? %> -
New here? <%= link_to "Sign up", new_signup_path %> to create an account. Already have an account? Enter your email and we'll get you signed in.
+New here? <%= link_to "Sign up", new_signup_path %> to create an account. Already have an account? Enter your email and we’ll get you signed in.
<% else %> -Enter your email and we'll get you signed in.
+Enter your email and we’ll get you signed in.
<% end %> <% end %> diff --git a/test/integration/notifications_test.rb b/test/integration/notifications_test.rb index f581fb5e9..c615328ec 100644 --- a/test/integration/notifications_test.rb +++ b/test/integration/notifications_test.rb @@ -9,6 +9,7 @@ class NotificationDeliveryTest < ActiveSupport::TestCase @card.assignments.destroy_all @assignee.notifications.destroy_all + stub_dns_resolution("142.250.185.206") stub_web_push_pool @original_targets = Notification.push_targets.dup