We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1a9c0 commit 5a10570Copy full SHA for 5a10570
apps/frontend/src/app/[locale]/(protected)/_components/HomePage/HomePage.test.tsx
@@ -126,8 +126,8 @@ describe('HomePage', () => {
126
127
const logo = screen.getByAltText('Infinum logo');
128
expect(logo).toHaveAttribute('src', '/assets/images/logo.png');
129
- expect(logo).toHaveAttribute('width', '180');
130
- expect(logo).toHaveAttribute('height', '38');
+ expect(logo).toHaveAttribute('width', '360');
+ expect(logo).toHaveAttribute('height', '76');
131
expect(logo).toHaveAttribute('data-priority', 'true');
132
});
133
0 commit comments