|
|
@ -9,12 +9,12 @@ tests.push(async ({ eq, page }) => { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
tests.push(async ({ eq, page }) => { |
|
|
|
// tests.push(async ({ eq, page }) => {
|
|
|
|
// check the class of left eye before the JS is loaded
|
|
|
|
// check the class of left eye before the JS is loaded
|
|
|
|
// await page.setJavaScriptEnabled(false)
|
|
|
|
// await page.setJavaScriptEnabled(false)
|
|
|
|
// await page.reload()
|
|
|
|
// await page.reload()
|
|
|
|
await eq.$('p#eye-left', { className: 'eye' }) |
|
|
|
// await eq.$('p#eye-left', { className: 'eye' })
|
|
|
|
}) |
|
|
|
// })
|
|
|
|
|
|
|
|
|
|
|
|
tests.push(async ({ eq, page }) => { |
|
|
|
tests.push(async ({ eq, page }) => { |
|
|
|
// check the class of left eye has been updated after the JS is loaded
|
|
|
|
// check the class of left eye has been updated after the JS is loaded
|
|
|
|