mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: Tab title to be empty when creating a new tab (#12773)
* Remove unwanted package lock * Edit on new and autofocus * Update test * Remove autofocus
This commit is contained in:
@@ -83,7 +83,7 @@ describe('Tabs', () => {
|
||||
const title = wrapper.find(EditableTitle);
|
||||
expect(title).toHaveLength(1);
|
||||
expect(title.find('.editable-title')).toHaveText(
|
||||
props.component.meta.text,
|
||||
props.component.meta.defaultText,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user