Skip to content

Commit

Permalink
Chore(DPxAI): removed the link check
Browse files Browse the repository at this point in the history
  • Loading branch information
Oumaimafisaoui authored and nprimo committed Jul 29, 2024
1 parent 2a8d5dc commit bca1a98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dom/first-move_test.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit bca1a98

Please sign in to comment.