Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Jul 13, 2023
1 parent 2caed3d commit 149260c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Suites.enable = function (names, tags) {

Suites.push({
name: "TodoMVC-JavaScript-ES5",
url: "todomvc/vanilla-examples/javascript-es5/standalone/dist/index.html",
url: "todomvc/vanilla-examples/javascript-es5/dist/index.html",
tags: ["todomvc"],
async prepare(page) {
(await page.waitForElement(".new-todo")).focus();
Expand Down Expand Up @@ -80,7 +80,7 @@ Suites.push({

Suites.push({
name: "TodoMVC-JavaScript-ES6-Webpack-Complex-DOM",
url: "todomvc/vanilla-examples/javascript-es6-webpack/complex/dist/index.html",
url: "todomvc/vanilla-examples/javascript-es6-webpack-complex/dist/index.html",
tags: ["todomvc"],
async prepare(page) {
const element = await page.waitForElement(".new-todo");
Expand Down Expand Up @@ -203,7 +203,7 @@ Suites.push({

Suites.push({
name: "TodoMVC-React-Redux",
url: "todomvc/architecture-examples/react-redux/standalone/dist/index.html",
url: "todomvc/architecture-examples/react-redux/dist/index.html",
tags: ["todomvc"],
async prepare(page) {
const element = await page.waitForElement(".new-todo");
Expand Down Expand Up @@ -232,7 +232,7 @@ Suites.push({

Suites.push({
name: "TodoMVC-Backbone",
url: "todomvc/architecture-examples/backbone/standalone/dist/index.html",
url: "todomvc/architecture-examples/backbone/dist/index.html",
tags: ["todomvc"],
async prepare(page) {
await page.waitForElement("#appIsReady");
Expand Down

0 comments on commit 149260c

Please sign in to comment.