Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Nov 15, 2023
1 parent e9f20f4 commit 15efa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/__tests__/screens/ScanHelp.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('ScanHelp Screen', () => {
expect(tree).toMatchSnapshot()
})

test('Button being checked', async () => {
test('Link button exists and is accessible', async () => {
const tree = render(<ScanHelp />)
const { getByTestId } = tree
const linkButton = getByTestId(testIdWithKey('WhereToUseLink'))
Expand Down

0 comments on commit 15efa04

Please sign in to comment.