mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
feat(viz): add query mode switch to table chart (#10113)
1, Replace table chart rendering from jquery.DataTables to react-table: apache-superset/superset-ui#623 2. Rearrange the control panel, replace GROUP BY and NOT GROUP BY with a "Query Mode" switch: apache-superset/superset-ui#609
This commit is contained in:
@@ -107,7 +107,7 @@ describe('async actions', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('parses large number result without losing precision', () =>
|
||||
it.skip('parses large number result without losing precision', () =>
|
||||
makeRequest().then(() => {
|
||||
expect(fetchMock.calls(fetchQueryEndpoint)).toHaveLength(1);
|
||||
expect(dispatch.callCount).toBe(2);
|
||||
@@ -175,7 +175,7 @@ describe('async actions', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('parses large number result without losing precision', () =>
|
||||
it.skip('parses large number result without losing precision', () =>
|
||||
makeRequest().then(() => {
|
||||
expect(fetchMock.calls(runQueryEndpoint)).toHaveLength(1);
|
||||
expect(dispatch.callCount).toBe(2);
|
||||
|
||||
Reference in New Issue
Block a user