This commit is contained in:
2020-10-20 20:42:03 +00:00
parent 776217addc
commit 28d2443368
6 changed files with 9 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ describe("SMOKE", () => {
cy.visit("/adm-license");
cy.url().should("include", "/adm-license");
cy.get("[data-cy=licenseCard]");
cy.get("[data-cy=licenseForm]");
cy.visit("/adm-users");
cy.url().should("include", "/adm-users");

View File

@@ -14,7 +14,7 @@ describe("TRANSLATION", () => {
.clear()
.type("fr{enter}");
cy.wait(25);
cy.wait(50);
//nav to about form
cy.get("[data-cy=contextmenu]").click();
@@ -47,7 +47,7 @@ describe("TRANSLATION", () => {
.clear()
.type("es{enter}");
cy.wait(25);
cy.wait(50);
//nav to about form
cy.get("[data-cy=contextmenu]").click();
@@ -76,7 +76,7 @@ describe("TRANSLATION", () => {
.clear()
.type("de{enter}");
cy.wait(25);
cy.wait(50);
//nav to about form
cy.get("[data-cy=contextmenu]").click();