Skip to content

Commit

Permalink
Update index.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Oct 30, 2019
1 parent f29c872 commit 2b9890f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('Toaster', () => {
</ManageGlobalToaster>
);

wrapper.find('[data-test-subj="add-toast"]').simulate('click');
expect(wrapper.find('[data-test-subj="delete-toaster-id-super-id"]').exists()).toBe(true);
wrapper.find('[data-test-subj="delete-toast"]').simulate('click');
expect(wrapper.find('[data-test-subj="delete-toaster-id-super-id"]').exists()).toBe(false);
Expand Down

0 comments on commit 2b9890f

Please sign in to comment.