diff --git a/test/integration/image-component/default/test/index.test.js b/test/integration/image-component/default/test/index.test.js index ad2a374364910..3f0f666ee52c6 100644 --- a/test/integration/image-component/default/test/index.test.js +++ b/test/integration/image-component/default/test/index.test.js @@ -485,7 +485,7 @@ function runTests(mode) { ) }) - it('should show invalid placeholder when blurDataUrl is missing', async () => { + it('should show error when string src and placeholder=blur and blurDataURL is missing', async () => { const browser = await webdriver(appPort, '/invalid-placeholder-blur') expect(await hasRedbox(browser)).toBe(true) @@ -494,7 +494,7 @@ function runTests(mode) { ) }) - it('should show invalid placeholder when blurDataUrl is missing', async () => { + it('should show error when static import and placeholder=blur and blurDataUrl is missing', async () => { const browser = await webdriver( appPort, '/invalid-placeholder-blur-static'