diff --git a/dom/select-then-style_test.js b/dom/select-then-style_test.js index 0ae3dfb13..6c699f749 100644 --- a/dom/select-then-style_test.js +++ b/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', }) })