mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[dashboard] add link to export CSV from dashboard (#3280)
* [dashboard] add link to export CSV from dashboard fixes #1304 * Fix tests
This commit is contained in:
committed by
GitHub
parent
6841697917
commit
9c6248f3ba
@@ -17,8 +17,8 @@ describe('SliceCell', () => {
|
||||
React.isValidElement(<SliceCell {...mockedProps} />),
|
||||
).to.equal(true);
|
||||
});
|
||||
it('renders five links', () => {
|
||||
it('renders six links', () => {
|
||||
const wrapper = mount(<SliceCell {...mockedProps} />);
|
||||
expect(wrapper.find('a')).to.have.length(5);
|
||||
expect(wrapper.find('a')).to.have.length(6);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user