Skip to content

Commit

Permalink
More jest snapshots; one test assertion update
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Aug 2, 2021
1 parent d0a9e37 commit 5d2f305
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('StepAboutRuleToggleDetails', () => {
.simulate('change', { target: { value: 'notes' } });

expect(wrapper.find('EuiButtonGroup[idSelected="notes"]').exists()).toBeTruthy();
expect(wrapper.find('.euiMarkdownFormat').text()).toEqual(
expect(wrapper.find('div.euiMarkdownFormat').text()).toEqual(
'this is some markdown documentation'
);
});
Expand Down

0 comments on commit 5d2f305

Please sign in to comment.