Comment 1 for bug 2067115

Revision history for this message
Jane Sandberg (sandbergja) wrote :

Branch here: user/sandbergja/lp2067115-comboboxes-in-fm-editors

Here is a link: https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/sandbergja/lp2067115-comboboxes-in-fm-editors

Testing notes from the commit message:

1. Install an accessibility checking browser plugin like WAVE or Axe (or just use lighthouse on Chrome or Edge)
2. Go to Administration > Local > Carousels
3. Press the New Carousels Button
4. Run your accessibility checker.
5. Note that you no longer get an error about form field accessible names

Alternatively, you can run the supplied nightwatch test
from the eg2 directory with:
`MOZ_HEADLESS=1 npx nightwatch nightwatch/src/staff/admin/local/booking/resource.spec.ts`