Skip to content

Commit

Permalink
Add !
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 3, 2022
1 parent 554a06a commit ed6d3ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ function runTests({ dev }) {
const browser = await webdriver(appPort, '/non-conflict-pages')
expect(await hasRedbox(browser, false)).toBe(false)
expect(await getRedboxHeader(browser)).toBe(null)
expect(await browser.elementByCss('h1').text()).toBe('Hello World')
expect(await browser.elementByCss('h1').text()).toBe('Hello World!')
})

it('should not show error overlay for /non-conflict', async () => {
Expand Down

0 comments on commit ed6d3ef

Please sign in to comment.