Fixed "stop spec on expectation failure" checkbox in standalone

Fixes [#178248968].
This commit is contained in:
Steve Gravrock
2021-06-01 08:47:55 -07:00
parent 5f4a1c4276
commit f2de1be96a
3 changed files with 7 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ jasmineRequire.HtmlReporter = function(j$) {
);
throwCheckbox.checked = config.oneFailurePerSpec;
throwCheckbox.onclick = function() {
navigateWithNewParam('throwFailures', !config.oneFailurePerSpec);
navigateWithNewParam('oneFailurePerSpec', !config.oneFailurePerSpec);
};
var randomCheckbox = optionsMenuDom.querySelector(