Skip to content

Commit

Permalink
switch text
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Dec 5, 2019
1 parent 35cc3d3 commit 100148c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ describe('Data Frame Analytics: <CreateAnalyticsForm />', () => {
expect(options.at(2).props().value).toBe('regression');

const row2 = euiFormRows.at(1);
expect(row2.find('p').text()).toBe('Enable advanced editor');
expect(row2.find('.euiSwitch').text()).toBe('Enable advanced editor');
});
});

0 comments on commit 100148c

Please sign in to comment.