From 2d0a9a04c706b951b38bbca83158d522d9d68b3c Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:35:11 +0100 Subject: [PATCH] Update bring-it-to-life-dom_test.mjs additional modification requested by Anthony (JPS) --- js/tests/bring-it-to-life-dom_test.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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