File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/image-component/default/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments