diff --git a/js/tests/bring-it-to-life-dom_test.mjs b/js/tests/bring-it-to-life-dom_test.mjs index dcf7c395..661fb643 100644 --- a/js/tests/bring-it-to-life-dom_test.mjs +++ b/js/tests/bring-it-to-life-dom_test.mjs @@ -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 // await page.setJavaScriptEnabled(false) // await page.reload() - await eq.$('p#eye-left', { className: 'eye' }) -}) + // await eq.$('p#eye-left', { className: 'eye' }) +// }) tests.push(async ({ eq, page }) => { // check the class of left eye has been updated after the JS is loaded