Skip to content

Commit

Permalink
[RFR][TA] Automate MTA-405 custom rules with target technology
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/tests/administration/custom-migration-targets/crud.test.ts
  • Loading branch information
kpunwatk committed Mar 21, 2024
1 parent 1e59e67 commit bb562df
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ describe(["@tier1", "@dc", "@interop"], "Custom Migration Targets CRUD operation
cy.contains(button, "Next", { timeout: 200 }).click();

target.validateSourceTechnology(targetData.sources);

// TC 405 - Validate Target technology
cy.get("div.pf-v5-c-select").should("contain", target.name);
clickByText(button, "Cancel");

target.delete();
Expand Down

0 comments on commit bb562df

Please sign in to comment.