Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Nov 27, 2024
1 parent 0a0ab6b commit 3dcc3ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe(["@tier3"], "Application import operations", () => {
imports.verifyImportErrorMsg(errorMsgs);
});

it.only("1)Applications import for non existing tags and BS \
2)Verify assigned BS for imported application if BS already exists", function () {
it("1)Applications import for non existing tags and BS \
2)Verify assigned BS for imported application if BS was created through previous import", function () {
Application.open();
cy.wait("@getApplication");
// Import csv with non-existent tags
Expand All @@ -91,7 +91,7 @@ describe(["@tier3"], "Application import operations", () => {
ManageImports.open();
imports.verifyAppImport(fileName, "Completed", 2, "-");

// Automate bug MTA-4257
// Automate bug MTA-4257, Polarion TC MTA-609
const fileName2 = "lantik_bug.csv";
importApplication(filePath + fileName2, true);
cy.wait(2000);
Expand Down

0 comments on commit 3dcc3ef

Please sign in to comment.