mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
test(frontend): use absolute path for src imports (#9761)
* test(frontend): use absolute path for src imports * Upgrade prettier, fix eslint
This commit is contained in:
@@ -98,10 +98,7 @@ describe('DashboardList', () => {
|
||||
it('edits', () => {
|
||||
expect(wrapper.find(PropertiesModal)).toHaveLength(0);
|
||||
|
||||
wrapper
|
||||
.find('.fa-pencil')
|
||||
.first()
|
||||
.simulate('click');
|
||||
wrapper.find('.fa-pencil').first().simulate('click');
|
||||
expect(wrapper.find(PropertiesModal)).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user