Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Sep 5, 2023
1 parent 0a857c8 commit a837c2c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ describe(["@tier2"], "Application import operations", () => {
openErrorReport();
verifyImportErrorMsg("Tag 'TypeScript' could not be found");

// businessService.delete();
// notExists(businessService.name);
businessService.delete();
notExists(businessService.name);
});

it("Applications import for non existing business service", function () {
Expand Down Expand Up @@ -224,7 +224,7 @@ describe(["@tier2"], "Application import operations", () => {
verifyImportErrorMsg(errorMsgs);
});

it("Applications import with inavlid record type", function () {
it("Application import with invalid record type", function () {
// The only valid record types for records in a CSV file are 1(application) or 2(dependency).
// In this test, we import a CSV file that has records with a record type that's neither 1 nor 2.
// Automates https://issues.redhat.com/browse/TACKLE-634
Expand Down

0 comments on commit a837c2c

Please sign in to comment.