Skip to content

Commit

Permalink
Fix autobake ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
zb3 committed Apr 6, 2024
1 parent a81b206 commit 2e284d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/browser/01_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ module.exports = {

// Ensure we got the latest input baked
utils.expectOutput(browser, "input12");

// Turn autobake off again
browser.click("#auto-bake-label");
},

"Special content": browser => {
Expand Down

0 comments on commit 2e284d3

Please sign in to comment.