Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fill and submit form feature test #517

Merged
merged 1 commit into from
Dec 5, 2023

Commits on Dec 4, 2023

  1. Add fill and submit form feature test

    Adds a new feature spec which covers the basic form filler journey. It only contains one question, which is answered without triggering any validation, and the form is submitted without opting for an email confirmation.
    
    There's also a tweak to our use of the Axe clean accessibility checks, which was flagging up our use of `aria-expanded="false"`. It looks like this should be passing, and the Axe rule hasn't been changed yet to reflect this. As a result, we've ignored any triggering of this rule on radio buttons. See alphagov/govuk-frontend#979 for more details
    SamJamCul committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ac2c982 View commit details
    Browse the repository at this point in the history