File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
__snapshots__/posts.spec.ts/mobile Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ export const waitImages = async ({
9696 width : scrollWidth ,
9797 } ;
9898 } ) ;
99- // FIXME: posts/desktop 에서 높이가 틀어지는 문제가 있음. 임시방편.
100- if ( projectName === 'desktop' ) {
101- viewportSize . height = 6_500 ;
99+ // FIXME: posts 에서 높이가 틀어지는 문제가 있음. 임시방편.
100+ if ( projectName === 'desktop' || projectName === 'mobile' ) {
101+ viewportSize . height = projectName === 'desktop' ? 6_500 : 11_000 ;
102102 }
103103 await page . setViewportSize ( viewportSize ) ;
104104
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
5+ // see https://nextjs.org/docs/app/api-reference/config /typescript for more information.
You can’t perform that action at this time.
0 commit comments