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
to add proper semantics to notification so that you can query their content by title (something to solve in vanilla/react-components).
This will make for better accessibility and our components easier to test. Currently we have to resort to workarounds like the one below, partial text matching, or test id.
screen.getByText((content,element)=>{return(content!==""&&element?.textContent?.includes("Configure 1 other controller with Vault to complete this operation."));})
to add proper semantics to notification so that you can query their content by title (something to solve in vanilla/react-components).
This will make for better accessibility and our components easier to test. Currently we have to resort to workarounds like the one below, partial text matching, or test id.
Originally posted by @petermakowski in #4503 (comment)
The text was updated successfully, but these errors were encountered: