mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: filter by me on CRUD list view (#11683)
This commit is contained in:
@@ -91,7 +91,9 @@ fetchMock.get(queriesDistinctEndpoint, {
|
||||
});
|
||||
|
||||
describe('SavedQueryList', () => {
|
||||
const wrapper = mount(<SavedQueryList />, { context: { store } });
|
||||
const wrapper = mount(<SavedQueryList />, {
|
||||
context: { store },
|
||||
});
|
||||
|
||||
beforeAll(async () => {
|
||||
await waitForComponentToPaint(wrapper);
|
||||
|
||||
Reference in New Issue
Block a user