Skip to content

Commit

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

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

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

browser.pause(500);

// Make another change while the previous input is being baked
Expand Down

0 comments on commit 2e76e44

Please sign in to comment.