From 1a2db4ee0dbc626a18bcbfcacba31478deed7c80 Mon Sep 17 00:00:00 2001 From: issack john Date: Tue, 19 Dec 2023 08:38:00 -0800 Subject: [PATCH] disable one more test --- resources/tests.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/tests.mjs b/resources/tests.mjs index 43086df06..5c004d701 100644 --- a/resources/tests.mjs +++ b/resources/tests.mjs @@ -154,6 +154,7 @@ Suites.push({ name: "TodoMVC-React", url: "todomvc/architecture-examples/react/dist/index.html#/home", tags: ["todomvc"], + disabled: true, async prepare(page) { const element = await page.waitForElement(".new-todo"); element.focus();