Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
Missed updating the heading level
  • Loading branch information
Constance committed Jun 21, 2021
1 parent 0f74026 commit 49ed5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('EmptyMetaEnginesState', () => {
.find(EuiEmptyPrompt)
.dive();

expect(wrapper.find('h2').text()).toEqual('Create your first meta engine');
expect(wrapper.find('h3').text()).toEqual('Create your first meta engine');
expect(wrapper.find(EuiButton).prop('href')).toEqual(
expect.stringContaining('/meta-engines-guide.html')
);
Expand Down

0 comments on commit 49ed5ad

Please sign in to comment.