Extract an OverallStatusBar widget
This commit is contained in:
@@ -134,7 +134,9 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
|
||||
);
|
||||
}
|
||||
|
||||
this.#alerts.addSeedBar(doneResult, this.#stateBuilder, doneResult.order);
|
||||
const statusBar = new j$.private.OverallStatusBar(this.#urlBuilder);
|
||||
statusBar.showDone(doneResult, this.#stateBuilder);
|
||||
this.#alerts.addBar(statusBar.rootEl);
|
||||
|
||||
if (doneResult.failedExpectations) {
|
||||
for (const f of doneResult.failedExpectations) {
|
||||
|
||||
Reference in New Issue
Block a user