fidn by title

Signed-off-by: Ladislav Vitásek <vity@vity.cz>
This commit is contained in:
Ladislav Vitásek
2024-10-02 12:17:46 +02:00
parent 1845810161
commit dd7f91efe3
@@ -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 () => {