Skip to content

Commit

Permalink
Add bug ID and new import .csv file
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 ee718ff commit b78e2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe(["@tier3"], "Application import operations", () => {
imports.verifyImportErrorMsg(errorMsgs);
});

it("1)Applications import for non existing tags and BS \
it("Bug MTA-4257: 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");
Expand Down
2 changes: 2 additions & 0 deletions cypress/fixtures/app_import/csv/lantik_bug.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Record Type 1,Application Name,Description,Comments,Business Service,Dependency,Dependency Direction,Binary Group,Binary Artifact,Binary Version,Binary Packaging,Repository Type,Repository URL,Repository Branch,Repository Path,Owner,Contributors,Tag Category 1,Tag 1,Tag Category 2,Tag 2,Tag Category 3,Tag 3,Tag Category 4,Tag 4
1,App_bug4257,,,Finance,,,,,,,,,,,,,,,,,,,,

0 comments on commit b78e2c0

Please sign in to comment.