Skip to content

Commit

Permalink
Remove bug markers for Review filter and app import tests (#1105)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored May 13, 2024
1 parent a276713 commit 00d005b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe(["@tier2"], "Application import operations", () => {
deleteAppImportsTableRows();
});

it("Bug MTA-2451: Valid applications import", function () {
it("Valid applications import", function () {
Application.open();

// Import valid csv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe(["@tier3"], "Review Identified Risks filter validations for assessments
});

identifiedRisksFilterValidations.forEach((validation) => {
it(`Bug MTA-2652: Filtering identified risks by ${validation.name}`, function () {
it(`Filtering identified risks by ${validation.name}`, function () {
const commonActions = () => {
applySelectFilter(
validation.id,
Expand Down

0 comments on commit 00d005b

Please sign in to comment.