Skip to content

Commit

Permalink
New Features:
Browse files Browse the repository at this point in the history
New Pages:
Bugs Corrected:
1.Add, Delete, Update System Service
2. Unit Test Add, Delete errors
To Be Corrected:
0. On product delete, delete trace results
1. On product delete, delete flamegraph result
  • Loading branch information
juanfranciscocis committed Sep 8, 2024
1 parent fe7e25a commit 0578493
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ export class SoftwareTestingChooserPage implements OnInit {
await this.getUnitTests();
});
await this.hideLoading();

}
async deleteSystemTest(title: string) {
await this.showLoading();
Expand Down

0 comments on commit 0578493

Please sign in to comment.