Skip to content

Commit 5a10570

Browse files
committed
update home page test
1 parent 7d1a9c0 commit 5a10570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/app/[locale]/(protected)/_components/HomePage/HomePage.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ describe('HomePage', () => {
126126

127127
const logo = screen.getByAltText('Infinum logo');
128128
expect(logo).toHaveAttribute('src', '/assets/images/logo.png');
129-
expect(logo).toHaveAttribute('width', '180');
130-
expect(logo).toHaveAttribute('height', '38');
129+
expect(logo).toHaveAttribute('width', '360');
130+
expect(logo).toHaveAttribute('height', '76');
131131
expect(logo).toHaveAttribute('data-priority', 'true');
132132
});
133133

0 commit comments

Comments
 (0)