Skip to content

Commit

Permalink
update jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed May 6, 2020
1 parent 592d875 commit 55c471a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Data Frame Analytics: <CreateAnalyticsForm />', () => {
);

const euiFormRows = wrapper.find('EuiFormRow');
expect(euiFormRows.length).toBe(9);
expect(euiFormRows.length).toBe(10);

const row1 = euiFormRows.at(0);
expect(row1.find('label').text()).toBe('Job type');
Expand Down

0 comments on commit 55c471a

Please sign in to comment.