Skip to content

Commit

Permalink
disable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Dec 18, 2023
1 parent a2685da commit fb48199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Suites.push({
name: "TodoMVC-Angular",
url: "todomvc/architecture-examples/angular/dist/index.html",
tags: ["todomvc"],
disabled: true,
async prepare(page) {
const element = await page.waitForElement(".new-todo");
element.focus();
Expand Down Expand Up @@ -642,6 +643,7 @@ Suites.push({
name: "TodoMVC-Vue-Complex-DOM",
url: "todomvc/architecture-examples/vue-complex/dist/index.html",
tags: ["todomvc", "complex", "complex-default"],
disabled: true,
async prepare(page) {
const element = await page.waitForElement(".new-todo");
element.focus();
Expand Down

0 comments on commit fb48199

Please sign in to comment.