mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Replace all visually-hidden classes
These have been replaced: https://design-system.service.gov.uk/get-started/updating-your-code/#helper-class-names
This commit is contained in:
@@ -113,7 +113,7 @@ describe('Collapsible fieldset', () => {
|
||||
|
||||
const legend = helpers.element(fieldset.querySelector('legend'));
|
||||
|
||||
expect(legend.hasClass('visuallyhidden')).toBe(true);
|
||||
expect(legend.hasClass('govuk-visually-hidden')).toBe(true);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user