mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
style: new toast design closer to SIP-34 (#10178)
This commit is contained in:
@@ -34,9 +34,9 @@ describe('ToastPresenter', () => {
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
it('should render a div with class toast-presenter', () => {
|
||||
it('should render a div with id toast-presenter', () => {
|
||||
const wrapper = setup();
|
||||
expect(wrapper.find('.toast-presenter')).toHaveLength(1);
|
||||
expect(wrapper.find('#toast-presenter')).toHaveLength(1);
|
||||
});
|
||||
|
||||
it('should render a Toast for each toast object', () => {
|
||||
|
||||
Reference in New Issue
Block a user