From 39fb88e5023796872f8a33931651684ee5c5328a Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 22 Oct 2020 10:20:17 -0400 Subject: [PATCH] Fix lazy tests --- test/integration/image-component/basic/pages/client-side.js | 4 ++++ test/integration/image-component/basic/pages/index.js | 4 ++++ 2 files changed, 8 insertions(+) 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} />