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 Will Barrett committed Oct 29, 2020
1 parent 6fe7b4a commit 5579772
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 @@ -58,8 +58,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 5579772

Please sign in to comment.