You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly just running rubocop --auto-correct; however, a few special
cases:
- Some checks have been disabled. This is intended to be temporary;
making them pass will require some kind of refactoring (`OutputSafety`
and `HelperInstanceVariable`) or decisions about the behaviour of the
code (`HasManyOrHasOneDependent` and `InverseOf`) that I felt were out
of scope for this PR. I'll be raising them as future tasks.
assertpage.has_css?(".gem-c-radio .govuk-hint",text: "You can use an existing identity account or create a new one. It usually takes about 5 minutes to create an account.")
Copy file name to clipboardExpand all lines: test/integration/service_sign_in/create_new_account_test.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class CreateNewAccount < ActionDispatch::IntegrationTest
26
26
27
27
assertpage.has_text?("To use this service, you need to create either a Government Gateway or GOV.UK Verify account. These are used to help fight identity theft.")
0 commit comments