Skip to content

Commit

Permalink
[RFR] Automation fix for features test
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/tests/features.test.ts
  • Loading branch information
kpunwatk committed Sep 11, 2023
1 parent 678ea73 commit bb60704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/tests/features.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ describe(["special"], "Features", function () {
//Checking if the dropdown for multiple azure target exists with default value set as azure-appservice.
//It should not exist in downstream
cy.contains("span", "azure-appservice", { timeout: 120 * SEC }).should("not.exist");

project.create();
});

after("Teardown", function () {
Expand Down

0 comments on commit bb60704

Please sign in to comment.