Skip to content

Commit

Permalink
♻️ Update e2e test as eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Osvaldo Vega committed Apr 3, 2019
1 parent b4d769d commit a3a0817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sendV2/form/form.test.js
Expand Up @@ -139,6 +139,7 @@ describe('Form', () => {
amountField = wrapper.find('.fieldGroup').at(1);
expect(amountField.find('.feedback')).toHaveClassName('error');
});
});

describe('Reference field', () => {
it('Should show feedback if some text inserted and hide if empty', () => {
Expand Down

0 comments on commit a3a0817

Please sign in to comment.