Skip to content

Commit

Permalink
disable one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Dec 19, 2023
1 parent fb48199 commit 1a2db4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1a2db4e

Please sign in to comment.