Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS0369 committed Dec 25, 2024
1 parent 744e08d commit 065824e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/spec/tonedear.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ function runTests (driver, modes) {
);
// await driver.wait(async function () {
// const isLoaded = await driver.executeScript(`
// return window.app &&
// window.app.isReady() &&
// return window.app &&
// window.app.isReady() &&
// window.app.selectedArchive !== null;
// `);
// return isLoaded;
Expand Down

0 comments on commit 065824e

Please sign in to comment.