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();