Chore(DPxAI): removed the link check

This commit is contained in:
oumaimafisaoui 2024-07-23 19:30:56 +01:00
parent f3d212e405
commit e0784e6f29
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',