You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
Describe the bug
In simorgh, we use the script link component with visually hidden text of the service. We don't have the visually hidden text in the psammead story book, making it less representative when doing a11y testing in psammead.
To Reproduce
Steps to reproduce the behaviour:
Go to script link storybook
Observe the Inspector
Notice the lack of visually hidden text
Expected behaviour
Script link storybook should have visually hidden text.
Additional context
The script link renders all of its children, so should just be a case of adding a VisuallyHiddenText component into the story.
The text was updated successfully, but these errors were encountered:
Describe the bug
In simorgh, we use the script link component with visually hidden text of the service. We don't have the visually hidden text in the psammead story book, making it less representative when doing a11y testing in psammead.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Script link storybook should have visually hidden text.
Additional context
The script link renders all of its children, so should just be a case of adding a VisuallyHiddenText component into the story.
The text was updated successfully, but these errors were encountered: