mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Improved testing to account for race conditions
This commit is contained in:
parent
d1a0da3f8d
commit
37398188f9
2 changed files with 37 additions and 3 deletions
|
@ -430,7 +430,7 @@ function bakeOp(browser, opName, input, args=[]) {
|
|||
*/
|
||||
function testOp(browser, opName, input, output, args=[]) {
|
||||
bakeOp(browser, opName, input, args);
|
||||
utils.expectOutput(browser, output);
|
||||
utils.expectOutput(browser, output, true);
|
||||
}
|
||||
|
||||
/** @function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue