Skip to content

Commit

Permalink
fidn by title
Browse files Browse the repository at this point in the history
Signed-off-by: Ladislav Vitásek <[email protected]>
  • Loading branch information
Vity01 committed Oct 2, 2024
1 parent 1845810 commit dd7f91e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('<CatalogGraphCard/>', () => {
},
);

expect(await screen.findByText('Action Button')).toBeInTheDocument();
expect(await screen.findByTitle('Action Button')).toBeInTheDocument();
});

test('renders link to standalone viewer', async () => {
Expand Down

0 comments on commit dd7f91e

Please sign in to comment.