mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Improved testing to account for race conditions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user