fix(web/m7-352): use typographic apostrophe in failed-variant copy
This commit is contained in:
@@ -17,7 +17,7 @@ describe('PlaylistPlaceholderCard', () => {
|
||||
|
||||
test('failed variant shows failure copy and does NOT pulse', () => {
|
||||
const { container } = render(PlaylistPlaceholderCard, { props: { label: 'For You', variant: 'failed' } });
|
||||
expect(screen.getByText(/Couldn't build this mix/i)).toBeInTheDocument();
|
||||
expect(screen.getByText(/Couldn.t build this mix/i)).toBeInTheDocument();
|
||||
const cover = container.querySelector('[data-variant="failed"] .aspect-square');
|
||||
expect(cover?.className).not.toMatch(/animate-pulse/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user