Skip to content

Commit

Permalink
Revise end2end tests in relation to latest development
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 12, 2023
1 parent a214b28 commit 8fc36fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/e2e/15-test-admin-configure-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("admin configure network", () => {
it("should be able to configure https", () => {
cy.contains("a", "HTTPS").click();

cy.get('[name="hostname"]').clear().type("localhost");
cy.get('[name="hostname"]').clear().type("127.0.0.1");
cy.get('button:contains("Save")').first().click();

cy.get("#HTTPSManualMode").click();
Expand Down

0 comments on commit 8fc36fd

Please sign in to comment.