mirror of
https://github.com/apache/superset.git
synced 2026-04-09 03:16:07 +00:00
[explore] add "View samples" modal to action buttons (#5770)
* [explore] add "View samples" modal to action buttons Also broke down the `View query` and `View results` as different request so that viewing the query does not require fetching the results anymore * fix js tests * lint
This commit is contained in:
committed by
GitHub
parent
896c2608aa
commit
73d1e4596d
@@ -24,6 +24,6 @@ describe('DisplayQueryButton', () => {
|
||||
});
|
||||
it('renders a dropdown', () => {
|
||||
const wrapper = mount(<DisplayQueryButton {...defaultProps} />);
|
||||
expect(wrapper.find(ModalTrigger)).to.have.lengthOf(2);
|
||||
expect(wrapper.find(ModalTrigger)).to.have.lengthOf(3);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user