Skip to content

Commit

Permalink
feat: Shows user charts by default when editing a dashboard (#23547)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Apr 6, 2023
1 parent 30f210b commit bccd267
Show file tree
Hide file tree
Showing 11 changed files with 365 additions and 350 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ describe('Dashboard edit', () => {
});

it('should remove added charts', () => {
dragComponent('Pivot Table');
dragComponent('Unicode Cloud');
cy.getBySel('dashboard-component-chart-holder').should('have.length', 1);
cy.getBySel('dashboard-delete-component-button').click();
cy.getBySel('dashboard-component-chart-holder').should('have.length', 0);
Expand Down
173 changes: 0 additions & 173 deletions superset-frontend/src/dashboard/actions/sliceEntities.js

This file was deleted.

102 changes: 0 additions & 102 deletions superset-frontend/src/dashboard/actions/sliceEntities.test.js

This file was deleted.

Loading

0 comments on commit bccd267

Please sign in to comment.