fix: button translations missing (#11187)

* button translations missing

* blank space before text
This commit is contained in:
rubenSastre
2020-10-16 06:27:26 +02:00
committed by GitHub
parent dde69d82b3
commit 4f0a06dda5
6 changed files with 10 additions and 9 deletions

View File

@@ -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', () => {