Skip to content

Commit ed6d3ef

Browse files
committed
Add !
1 parent 554a06a commit ed6d3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/conflicting-app-page-error/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function runTests({ dev }) {
6161
const browser = await webdriver(appPort, '/non-conflict-pages')
6262
expect(await hasRedbox(browser, false)).toBe(false)
6363
expect(await getRedboxHeader(browser)).toBe(null)
64-
expect(await browser.elementByCss('h1').text()).toBe('Hello World')
64+
expect(await browser.elementByCss('h1').text()).toBe('Hello World!')
6565
})
6666

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

0 commit comments

Comments
 (0)