diff --git a/e2e/cypress.json b/e2e/cypress.json index d01108d..b1a3a62 100644 --- a/e2e/cypress.json +++ b/e2e/cypress.json @@ -3,13 +3,13 @@ "xxxretries": 3, "integrationFolder": "tests", "supportFile": "support", - "xbaseUrl": "http://localhost:7575", - "baseUrl": "https://test.helloayanova.com", + "baseUrl": "http://localhost:7575", + "xxbaseUrl": "https://test.helloayanova.com", "xxxxbaseUrl": "http://localhost:8080", "video": false, "env": { - "xapiBaseUrl": "http://localhost:7575/api/v8.0/", - "apiBaseUrl": "https://test.helloayanova.com/api/v8.0/", + "apiBaseUrl": "http://localhost:7575/api/v8.0/", + "xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/", "admin": { "login": "superuser", "password": "l3tm3in" diff --git a/e2e/tests/regression/accounting-user/0500-contract-create-review-history.js b/e2e/tests/regression/accounting-user/0500-contract-create-review-history.js index 8afe9ff..d9ab45e 100644 --- a/e2e/tests/regression/accounting-user/0500-contract-create-review-history.js +++ b/e2e/tests/regression/accounting-user/0500-contract-create-review-history.js @@ -74,9 +74,10 @@ describe("Contract create, review, history", () => { cy.contains(`${Cypress.config("cyid")}-test-review`); //HISTORY - // cy.get("[data-cy=navicon]").click(); - // cy.get("[data-cy='nav/home-history']").click(); - cy.visit("/history"); + cy.get("[data-cy=navicon]").click(); + cy.get("[data-cy=home]").click(); + cy.get("[data-cy='nav/home-history']").click(); + //cy.visit("/history"); cy.url().should("include", "/history"); cy.contains(`${Cypress.config("cyid")}-test-contract`); cy.contains(`${Cypress.config("cyid")}-test-review`);