Skip to content

Commit

Permalink
Modifying comment
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 committed Dec 10, 2024
1 parent 5508819 commit fbe9781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe(["@tier1"], "Task Manager", () => {
});

it("Delete an application - related tasks are deleted", function () {
// Remove the last element from and return it
// Remove the last element from applicationsList
const app = applicationsList.pop();
app.delete();
TaskManager.open();
Expand Down

0 comments on commit fbe9781

Please sign in to comment.