diff --git a/dom/first-move_test.js b/dom/first-move_test.js index a9e25ffb2..2224539e7 100644 --- a/dom/first-move_test.js +++ b/dom/first-move_test.js @@ -1,9 +1,6 @@ export const tests = [] tests.push(async ({ eq, page }) => { - // check the JS script has been linked - await eq.$('script', { type: 'module' }) - // check the JS script has a valid src const source = await page.$eval( 'script',