Skip to content

Commit c13d0d0

Browse files
committed
Update test name
1 parent c5f6825 commit c13d0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/image-component/default/test/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ function runTests(mode) {
485485
)
486486
})
487487

488-
it('should show invalid placeholder when blurDataUrl is missing', async () => {
488+
it('should show error when string src and placeholder=blur and blurDataURL is missing', async () => {
489489
const browser = await webdriver(appPort, '/invalid-placeholder-blur')
490490

491491
expect(await hasRedbox(browser)).toBe(true)
@@ -494,7 +494,7 @@ function runTests(mode) {
494494
)
495495
})
496496

497-
it('should show invalid placeholder when blurDataUrl is missing', async () => {
497+
it('should show error when static import and placeholder=blur and blurDataUrl is missing', async () => {
498498
const browser = await webdriver(
499499
appPort,
500500
'/invalid-placeholder-blur-static'

0 commit comments

Comments
 (0)