Skip to content

Commit

Permalink
Merge pull request #114 from kstekovi/ejb-iiop-service-reset
Browse files Browse the repository at this point in the history
remove ejb iiop service reset button test
  • Loading branch information
OndrejKotek authored Nov 27, 2023
2 parents 07b37d5 + 83c04e2 commit 350d16c
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 350d16c

Please sign in to comment.