Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jun 10, 2021
1 parent c5f6825 commit c13d0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/image-component/default/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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'
Expand Down

0 comments on commit c13d0d0

Please sign in to comment.