Skip to content

Commit

Permalink
fix(export_to_png): Add button on slice component for export D3 svg t…
Browse files Browse the repository at this point in the history
…o png file
  • Loading branch information
Yan MATAGNE committed Sep 20, 2017
1 parent 5a18021 commit ec087f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/assets/spec/javascripts/dashboard/SliceCell_spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ describe('SliceCell', () => {
React.isValidElement(<SliceCell {...mockedProps} />),
).to.equal(true);
});
it('renders six links', () => {
it('renders seven links', () => {
const wrapper = mount(<SliceCell {...mockedProps} />);
expect(wrapper.find('a')).to.have.length(6);
expect(wrapper.find('a')).to.have.length(7);
});
});

0 comments on commit ec087f6

Please sign in to comment.