mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
More test tweaks
This commit is contained in:
parent
2e76e44a5a
commit
b7a7eebc78
1 changed files with 6 additions and 0 deletions
|
@ -173,9 +173,15 @@ module.exports = {
|
||||||
|
|
||||||
browser.waitForElementVisible("#stale-indicator");
|
browser.waitForElementVisible("#stale-indicator");
|
||||||
|
|
||||||
|
browser.expect.element("#auto-bake").to.not.be.selected;
|
||||||
|
|
||||||
// Enable previously disabled autobake
|
// Enable previously disabled autobake
|
||||||
browser.click("#auto-bake-label");
|
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.sendKeys("#input-text .cm-content", "1");
|
||||||
|
|
||||||
browser.waitForElementVisible("#output-loader");
|
browser.waitForElementVisible("#output-loader");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue