We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554a06a commit ed6d3efCopy full SHA for ed6d3ef
test/integration/conflicting-app-page-error/test/index.test.js
@@ -61,7 +61,7 @@ function runTests({ dev }) {
61
const browser = await webdriver(appPort, '/non-conflict-pages')
62
expect(await hasRedbox(browser, false)).toBe(false)
63
expect(await getRedboxHeader(browser)).toBe(null)
64
- expect(await browser.elementByCss('h1').text()).toBe('Hello World')
+ expect(await browser.elementByCss('h1').text()).toBe('Hello World!')
65
})
66
67
it('should not show error overlay for /non-conflict', async () => {
0 commit comments