-
Notifications
You must be signed in to change notification settings - Fork 77
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(alert): Add token theming tests #9356
test(alert): Add token theming tests #9356
Conversation
); | ||
}); | ||
describe.skip("queued Alerts", () => { | ||
/* Currently we cannot programmatically simulate a queued Alert in a `themed` test */ |
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.
Let me know if you'd like me to remove this block instead of using .skip()
@alisonailea
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 think you can achieve this by following this pattern.
WRT your original question, we can skip and create a follow-up issue to keep track of it.
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.
Nice, I'll update in this PR.
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.
Updated + merging 🎈
); | ||
}); | ||
describe.skip("queued Alerts", () => { | ||
/* Currently we cannot programmatically simulate a queued Alert in a `themed` test */ |
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 think you can achieve this by following this pattern.
WRT your original question, we can skip and create a follow-up issue to keep track of it.
Related Issue: #7180
Summary
Add token theming tests for Alert