Skip to content

Commit

Permalink
fix: update UI when clicking reset runner in test tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsSmets committed Oct 22, 2024
1 parent 96fb943 commit a0f2233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/test/test.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export class TestComponent implements OnInit, OnDestroy {
for (const report of this.reports) {
report.reranReport = null;
}
this.matches();
}

run(report: TestListItem): void {
Expand Down

0 comments on commit a0f2233

Please sign in to comment.