Skip to content

Commit

Permalink
disable javascript-es6-webpack standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Sep 29, 2023
1 parent fa82a06 commit 096a11f
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 @@ -90,6 +90,7 @@ Suites.push({
name: "TodoMVC-JavaScript-ES6-Webpack",
url: "todomvc/vanilla-examples/javascript-es6-webpack/dist/index.html",
tags: ["todomvc"],
disabled: true,
async prepare(page) {
const element = await page.waitForElement(".new-todo");
element.focus();
Expand Down

0 comments on commit 096a11f

Please sign in to comment.