Fix position of duration in both HTML reporters
This commit is contained in:
@@ -128,7 +128,6 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
|
||||
jasmineDone(doneResult) {
|
||||
this.#stateBuilder.jasmineDone(doneResult);
|
||||
this.#progress.rootEl.style.visibility = 'hidden';
|
||||
this.#alerts.addDuration(doneResult.totalTime);
|
||||
this.#banner.showOptionsMenu(this.#config);
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user