Browse Source

Chore(DPxAI): fixed the test for select-then-style

pull/2659/head
OUMAIMA FISAOUI 2 months ago committed by Niccolò Primo
parent
commit
152f8427c5
  1. 2
      dom/select-then-style_test.js

2
dom/select-then-style_test.js

@ -6,7 +6,7 @@ tests.push(async ({ eq }) => {
await eq.$('head link', {
rel: 'stylesheet',
href: 'http://localhost:9898/select-and-style/select-and-style.css',
href: 'http://localhost:9898/select-then-style/select-then-style.css',
})
})

Loading…
Cancel
Save