Browse Source

Update bring-it-to-life-dom_test.mjs

reformatting to test an update
pull/1342/head
Christopher Fremond 2 years ago committed by GitHub
parent
commit
61e9bcda0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      js/tests/bring-it-to-life-dom_test.mjs

1
js/tests/bring-it-to-life-dom_test.mjs

@ -21,7 +21,6 @@ tests.push(async ({ eq, page }) => {
// await page.setJavaScriptEnabled(true)
// await page.reload()
await eq.$('p#eye-left', { className: 'eye eye-closed' })
// check the background color of left eye has changed after the JS is loaded
const eyeLeftBg = await page.$eval(

Loading…
Cancel
Save