Explore update button labels (#3534)

* resolve ui ambiguity

* resolve button name ambiguity

* update test
This commit is contained in:
timifasubaa
2017-09-28 14:40:11 -07:00
committed by Maxime Beauchemin
parent 17c7ca239a
commit 82b85d1d6c
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ describe('QueryAndSaveButtons', () => {
});
it('renders buttons with correct text', () => {
expect(wrapper.find(Button).contains(' Query')).to.eql(true);
expect(wrapper.find(Button).contains(' Run Query')).to.eql(true);
expect(wrapper.find(Button).contains(' Save')).to.eql(true);
});