Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
feat: Shows user charts by default when editing a dashboard (apache#2…
Browse files Browse the repository at this point in the history
…3547)

(cherry picked from commit bccd267)
  • Loading branch information
michael-s-molina committed Apr 7, 2023
1 parent 71b2d9b commit ea505ae
Show file tree
Hide file tree
Showing 11 changed files with 365 additions and 341 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
164 changes: 0 additions & 164 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 ea505ae

Please sign in to comment.