This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user