mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
[cypress] Add integration test for area, pie, pivot_table, world_map, dual_line, sunburst, sankey, big_number, bubble, box_plot, treemap (#5924)
* Add integration test for world map * add pie chart * add area * use should for assertion * update area test * update it message * remove null params * add pivot tests * remove urlparams * add dual_line * add sunburst test * add big number * add sankey * add bubble * add box plot * add treemap tests * combine all vis under single test
This commit is contained in:
committed by
Chris Williams
parent
5c2a7880cc
commit
df64ecaa18
@@ -2,7 +2,7 @@ import { FORM_DATA_DEFAULTS, NUM_METRIC, SIMPLE_FILTER } from './shared.helper';
|
||||
|
||||
// Table
|
||||
|
||||
export default() => describe('Table chart', () => {
|
||||
export default () => describe('Table chart', () => {
|
||||
const VIZ_DEFAULTS = { ...FORM_DATA_DEFAULTS, viz_type: 'table' };
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user