Skip to content

Commit

Permalink
chore(chart-data): add annotations and url params to chart data schema (
Browse files Browse the repository at this point in the history
apache#11393)

* chore(chart-data): add annotations to chart data schema

* bump superset-ui packages

* xit flaky cypress tests
  • Loading branch information
villebro authored and dpgaspar committed Oct 30, 2020
1 parent 4217d21 commit 504ef50
Show file tree
Hide file tree
Showing 6 changed files with 696 additions and 251 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ describe('AdhocMetrics', () => {
});

xit('Switch from simple to custom sql', () => {
cy.visitChartByName('Num Births Trend');
cy.verifySliceSuccess({ waitAlias: '@postJson' });
cy.get('[data-test=metrics]')
.find('[data-test="metric-option"]')
.should('have.length', 1);

// select column "num"
cy.get('[data-test=metrics]').find('.Select__clear-indicator').click();
Expand Down
Loading

0 comments on commit 504ef50

Please sign in to comment.