This commit is contained in:
@@ -145,15 +145,19 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/adm-license");
|
||||
cy.url().should("include", "/adm-license");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=licenseCard]");
|
||||
|
||||
cy.visit("/adm-users");
|
||||
cy.url().should("include", "/adm-users");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=usersTable]");
|
||||
|
||||
cy.visit("/adm-translation");
|
||||
cy.url().should("include", "/adm-translation");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.visit("/adm-translations");
|
||||
cy.url().should("include", "/adm-translations");
|
||||
cy.get("[data-cy=transTable]");
|
||||
|
||||
cy.visit("/adm-translations/1");
|
||||
cy.url().should("include", "/adm-translations/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/adm-report-templates");
|
||||
cy.url().should("include", "/adm-report-templates");
|
||||
|
||||
Reference in New Issue
Block a user