Skip to content

Commit

Permalink
enable complex version lit and disable standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Nov 7, 2023
1 parent 096a11f commit 22c41f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Suites.push({
name: "TodoMVC-Lit",
url: "todomvc/architecture-examples/lit/dist/index.html",
tags: ["todomvc", "webcomponents"],
disabled: true,
async prepare(page) {
await page.waitForElement("todo-app");
},
Expand Down Expand Up @@ -759,7 +760,6 @@ Suites.push({
name: "TodoMVC-Lit-Complex-DOM",
url: "todomvc/architecture-examples/lit-complex/dist/index.html",
tags: ["todomvc", "webcomponents", "complex", "complex-default"],
disabled: true,
async prepare(page) {
await page.waitForElement("todo-app");
},
Expand Down

0 comments on commit 22c41f9

Please sign in to comment.