mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Input now uses CodeMirror editor
This commit is contained in:
parent
54fdc05e3a
commit
85ffe48743
17 changed files with 666 additions and 182 deletions
|
@ -82,7 +82,7 @@ module.exports = {
|
|||
// Enter input
|
||||
browser
|
||||
.useCss()
|
||||
.setValue("#input-text", "Don't Panic.")
|
||||
.setValue("#input-text", "Don't Panic.") // TODO
|
||||
.pause(1000)
|
||||
.click("#bake");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue