Skip to content

Commit

Permalink
Chore(DPxAI): fixed the test for select-then-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Oumaimafisaoui authored and nprimo committed Jul 23, 2024
1 parent dc7a5c6 commit 152f842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/select-then-style_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
})

Expand Down

0 comments on commit 152f842

Please sign in to comment.