Fixed "stop spec on expectation failure" checkbox in standalone
Fixes [#178248968].
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user