Merge pull request #26040 from kmikko/fix/favorite-entity-accessibility
fix: label related accessibility issues with FavoriteEntity
This commit is contained in:
@@ -119,7 +119,7 @@ describe('CardHeader', () => {
|
||||
</TestApiProvider>,
|
||||
);
|
||||
|
||||
const favorite = getByRole('button', { name: 'favorite' });
|
||||
const favorite = getByRole('button', { name: 'Add to favorites' });
|
||||
|
||||
await fireEvent.click(favorite);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user