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

Make organisations field searchable #3172

Closed
wants to merge 3 commits into from

Commits on Sep 17, 2024

  1. Add autocomplete helper module

    This helper module adds a few assertion methods that can be used across
    specs that test our custom autocomplete behaviours
    
    They're used here in a few updating permissions tests, and will be used
    in the next commit in new inviting users tests when adding autocomplete
    to the organisation field
    yndajas committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0cf1550 View commit details
    Browse the repository at this point in the history
  2. Make organisation field searchable

    This upgrades the organisations field in the page for inviting a new
    user to use the accessible autocomplete module (with progressive
    enhancement)
    yndajas committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4cb1dae View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. WIP switch back to JS unit tests

    This allows us to get away from testing this custom JavaScript behaviour
    in multiple integration tests. We might want to test that everything
    works without the add/add and finish buttons being present (it does)
    yndajas committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4e90458 View commit details
    Browse the repository at this point in the history