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 tests for govuk-c-radios component #476

Merged
merged 5 commits into from
Feb 1, 2018

Commits on Feb 1, 2018

  1. Add tests for radios component

    Includes new example disabled radios
    NickColley committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6951b9d View commit details
    Browse the repository at this point in the history
  2. Add snapshot tests for dependant components

    Uses shapshots tests against label, fieldset components.
    Adds an extreme fieldset example to test all params that can be passed through.
    NickColley committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    30e594f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35d2c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b1b11f View commit details
    Browse the repository at this point in the history
  5. Simplify render helper, only return $ instance

    If we're using the htmlWithClassName function, the output
    returned value from render is now not useful.
    NickColley committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ba3f737 View commit details
    Browse the repository at this point in the history