-
Notifications
You must be signed in to change notification settings - Fork 101
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
test(ui-alerts): migrate old Alert tests #1654
test(ui-alerts): migrate old Alert tests #1654
Conversation
74388e5
to
1bc95eb
Compare
|
}) | ||
|
||
it('should add alert text to aria live region, when present', async () => { | ||
const liver = document.getElementById('_alertLiveRegion')! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename this to liveRegion or something else instead of an anatomical terminology. :D
Go through all the places in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I renamed liver to liveRegion everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the renamings.
1bc95eb
to
859c610
Compare
Closes: INSTUI-4187
859c610
to
42d3a94
Compare
Closes: INSTUI-4187