mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
parent
20992779af
commit
f469584262
@ -104,7 +104,7 @@ test('/validate -> should display a 404', async t => {
|
|||||||
t.true(html.includes('This page could not be found'))
|
t.true(html.includes('This page could not be found'))
|
||||||
})
|
})
|
||||||
|
|
||||||
test('/validate?valid=true', async t => {
|
test.failing('fix me (#1705)', '/validate?valid=true', async t => {
|
||||||
const window = await nuxt.renderAndGetWindow(url('/validate?valid=true'))
|
const window = await nuxt.renderAndGetWindow(url('/validate?valid=true'))
|
||||||
const html = window.document.body.innerHTML
|
const html = window.document.body.innerHTML
|
||||||
t.true(html.includes('I am valid</h1>'))
|
t.true(html.includes('I am valid</h1>'))
|
||||||
|
Loading…
Reference in New Issue
Block a user