mirror of
https://github.com/apache/superset.git
synced 2026-04-16 06:34:52 +00:00
[explore] 'Save as' -> 'Save' as it can be used to overwrite (#2875)
* [explore] 'Save as' -> 'Save' as it can be used to overwrite * Fix tests
This commit is contained in:
committed by
GitHub
parent
90e4d6469d
commit
c5f2eafc90
@@ -32,7 +32,7 @@ describe('QueryAndSaveButtons', () => {
|
||||
|
||||
it('renders buttons with correct text', () => {
|
||||
expect(wrapper.find(Button).contains(' Query')).to.eql(true);
|
||||
expect(wrapper.find(Button).contains(' Save as')).to.eql(true);
|
||||
expect(wrapper.find(Button).contains(' Save')).to.eql(true);
|
||||
});
|
||||
|
||||
it('calls onQuery when query button is clicked', () => {
|
||||
|
||||
Reference in New Issue
Block a user