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

This commit is contained in:
oumaimafisaoui 2024-07-21 17:28:32 +01:00 committed by Niccolò Primo
parent dc7a5c69c3
commit 152f8427c5
1 changed files with 1 additions and 1 deletions

View File

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