Skip to content

Commit

Permalink
remove ejb iiop service reset button test
Browse files Browse the repository at this point in the history
  • Loading branch information
kstekovi committed Nov 24, 2023
1 parent 07b37d5 commit 83c04e2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ describe("TESTS: Configuration => Subsystem => EJB => Services => IIOP", () => {
});
});

it("Reset", () => {
cy.addAddressIfDoesntExist(managementEndpoint, address);
cy.navigateTo(managementEndpoint, "ejb3-configuration");
cy.get("#ejb3-service-item").click();
cy.get("#ejb3-service-iiop-item").click();
cy.resetForm(configurationFormId, managementEndpoint, address);
});

it("Remove", () => {
cy.addAddressIfDoesntExist(managementEndpoint, address);
cy.navigateTo(managementEndpoint, "ejb3-configuration");
Expand Down

0 comments on commit 83c04e2

Please sign in to comment.