mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
committed by
GitHub
parent
d9388d4535
commit
217034e990
@@ -74,13 +74,13 @@ describe('CssTemplateModal', () => {
|
||||
const addWrapper = await mountAndWait({});
|
||||
expect(
|
||||
addWrapper.find('[data-test="css-template-modal-title"]').text(),
|
||||
).toEqual('Add CSS Template');
|
||||
).toEqual('Add CSS template');
|
||||
});
|
||||
|
||||
it('renders edit header when css template prop is included', () => {
|
||||
expect(
|
||||
wrapper.find('[data-test="css-template-modal-title"]').text(),
|
||||
).toEqual('Edit CSS Template Properties');
|
||||
).toEqual('Edit CSS template properties');
|
||||
});
|
||||
|
||||
it('renders input elements for template name', () => {
|
||||
|
||||
Reference in New Issue
Block a user