mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
fix: button translations missing (#11187)
* button translations missing * blank space before text
This commit is contained in:
@@ -50,7 +50,7 @@ describe('QueryAndSaveButtons', () => {
|
||||
|
||||
it('renders buttons with correct text', () => {
|
||||
expect(wrapper.find(Button).contains('Run')).toBe(true);
|
||||
expect(wrapper.find(Button).contains(' Save')).toBe(true);
|
||||
expect(wrapper.find(Button).contains('Save')).toBe(true);
|
||||
});
|
||||
|
||||
it('calls onQuery when query button is clicked', () => {
|
||||
|
||||
Reference in New Issue
Block a user