This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"pluginsFile": "tests/e2e/plugins/index.js",
|
||||
"baseUrl": "http://localhost:7575",
|
||||
"defaultCommandTimeout":10000,
|
||||
"env": {
|
||||
"adminusername": "superuser",
|
||||
"adminpassword": "l3tm3in"
|
||||
|
||||
@@ -1 +1 @@
|
||||
npm run test:front
|
||||
npm run test:front-debug
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.83",
|
||||
version: "8.0.0-alpha.84",
|
||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<v-row v-if="formState.ready">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-col>
|
||||
<v-form ref="form">
|
||||
<v-form ref="form" data-cy="licenseForm">
|
||||
<v-row align="start" justify="center">
|
||||
<template v-if="showLicenseUi() == 'ok'">
|
||||
<!-- Normal active license UI -->
|
||||
<v-col cols="12" md="7">
|
||||
<v-card data-cy="licenseCard">
|
||||
<v-card>
|
||||
<v-list two-line subheader>
|
||||
<v-subheader>{{ $ay.t("HelpLicense") }}</v-subheader>
|
||||
|
||||
|
||||
@@ -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