mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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
@@ -54,5 +54,6 @@ describe('TableElement', () => {
|
||||
wrapper.find('.table-remove').simulate('click');
|
||||
expect(wrapper.state().expanded).to.equal(false);
|
||||
expect(mockedActions.removeDataPreview.called).to.equal(true);
|
||||
expect(mockedActions.removeTable.called).to.equal(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user