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