From 152f8427c57c103e3d6e0a396814a367ea115575 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Sun, 21 Jul 2024 17:28:32 +0100 Subject: [PATCH] Chore(DPxAI): fixed the test for select-then-style --- dom/select-then-style_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }) })