From bca1a985b72c3b79c85788ccf810e9f40ee54ce2 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Tue, 23 Jul 2024 19:30:56 +0100 Subject: [PATCH] Chore(DPxAI): removed the link check --- dom/first-move_test.js | 3 --- 1 file changed, 3 deletions(-) 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',