Skip to content

Commit

Permalink
Merge pull request #66 from kpunwatk/fix_featuresTest
Browse files Browse the repository at this point in the history
[RFR] Automation fix for features test
  • Loading branch information
sshveta authored Sep 12, 2023
2 parents 678ea73 + bb60704 commit be9930c
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 be9930c

Please sign in to comment.