Chore(DPxAI): removed the link check

This commit is contained in:
oumaimafisaoui 2024-07-23 19:30:56 +01:00 committed by Niccolò Primo
parent 2a8d5dcac9
commit bca1a985b7
1 changed files with 0 additions and 3 deletions

View File

@ -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',