Skip to content

Commit

Permalink
code around import of svg problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bryans99 committed Nov 3, 2021
1 parent b1f2933 commit 151cb79
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ describe('SomethingWentWrong', () => {

expect(screen.getByText(header)).toBeVisible()
expect(screen.getByText(actionMessage)).toBeVisible()
expect(screen.getByAltText(altText)).toBeVisible()
expect(screen.getByTitle(altText)).toBeInTheDocument()
})
})
Loading

0 comments on commit 151cb79

Please sign in to comment.