Skip to content

Commit

Permalink
More test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Apr 24, 2024
1 parent 2e76e44 commit b7a7eeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/browser/01_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,15 @@ module.exports = {

browser.waitForElementVisible("#stale-indicator");

browser.expect.element("#auto-bake").to.not.be.selected;

// Enable previously disabled autobake
browser.click("#auto-bake-label");

browser.waitUntil(() => {
return browser.expect.element("#auto-bake").to.be.selected;
}, 1000);

browser.sendKeys("#input-text .cm-content", "1");

browser.waitForElementVisible("#output-loader");
Expand Down

0 comments on commit b7a7eeb

Please sign in to comment.