Skip to content

Commit 68d2cf3

Browse files
MarkoIvanetickamdubiel
authored andcommitted
update home page test
1 parent 4b7273c commit 68d2cf3

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
@@ -115,8 +115,8 @@ describe('HomePage', () => {
115115

116116
const logo = screen.getByAltText('Infinum logo');
117117
expect(logo).toHaveAttribute('src', '/assets/images/logo.png');
118-
expect(logo).toHaveAttribute('width', '180');
119-
expect(logo).toHaveAttribute('height', '38');
118+
expect(logo).toHaveAttribute('width', '360');
119+
expect(logo).toHaveAttribute('height', '76');
120120
expect(logo).toHaveAttribute('data-priority', 'true');
121121
});
122122

0 commit comments

Comments
 (0)