mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 08:37:07 +00:00
Tweaked UI test
This commit is contained in:
parent
718ce9ea11
commit
2e76e44a5a
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ module.exports = {
|
||||||
|
|
||||||
browser.sendKeys("#input-text .cm-content", "1");
|
browser.sendKeys("#input-text .cm-content", "1");
|
||||||
|
|
||||||
|
browser.waitForElementVisible("#output-loader");
|
||||||
|
|
||||||
browser.pause(500);
|
browser.pause(500);
|
||||||
|
|
||||||
// Make another change while the previous input is being baked
|
// Make another change while the previous input is being baked
|
||||||
|
|
Loading…
Reference in a new issue