Skip to content

Commit b7a7eeb

Browse files
committed
More test tweaks
1 parent 2e76e44 commit b7a7eeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/browser/01_io.js

+6
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,15 @@ module.exports = {
173173

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

176+
browser.expect.element("#auto-bake").to.not.be.selected;
177+
176178
// Enable previously disabled autobake
177179
browser.click("#auto-bake-label");
178180

181+
browser.waitUntil(() => {
182+
return browser.expect.element("#auto-bake").to.be.selected;
183+
}, 1000);
184+
179185
browser.sendKeys("#input-text .cm-content", "1");
180186

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

0 commit comments

Comments
 (0)