diff --git a/test/integration/image-component/basic/pages/client-side.js b/test/integration/image-component/basic/pages/client-side.js index 3b6f3ac8792c..3b0555affca9 100644 --- a/test/integration/image-component/basic/pages/client-side.js +++ b/test/integration/image-component/basic/pages/client-side.js @@ -9,6 +9,7 @@ const ClientSide = () => { { id="attribute-test" data-demo="demo-value" src="bar.jpg" + lazy={false} width={300} height={400} /> @@ -25,6 +27,7 @@ const ClientSide = () => { data-demo="demo-value" host="secondary" src="foo2.jpg" + lazy={false} width={300} height={400} /> @@ -32,6 +35,7 @@ const ClientSide = () => { id="unoptimized-image" unoptimized src="https://arbitraryurl.com/foo.jpg" + lazy={false} width={300} height={400} /> diff --git a/test/integration/image-component/basic/pages/index.js b/test/integration/image-component/basic/pages/index.js index de450b29ce67..667f567d8201 100644 --- a/test/integration/image-component/basic/pages/index.js +++ b/test/integration/image-component/basic/pages/index.js @@ -9,6 +9,7 @@ const Page = () => { { id="attribute-test" data-demo="demo-value" src="bar.jpg" + lazy={false} width={300} height={400} /> @@ -25,6 +27,7 @@ const Page = () => { data-demo="demo-value" host="secondary" src="foo2.jpg" + lazy={false} width={300} height={400} /> @@ -32,6 +35,7 @@ const Page = () => { id="unoptimized-image" unoptimized src="https://arbitraryurl.com/foo.jpg" + lazy={false} width={300} height={400} />