seems legit

This commit is contained in:
2020-06-14 20:12:14 +00:00
parent c9f1ad96ec
commit ff6fe10908
5 changed files with 520 additions and 2746 deletions

3227
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,23 +25,23 @@
"typeface-roboto": "0.0.75",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-currency-input": "^1.18.4",
"vue-router": "^3.3.2",
"vuetify": "^2.2.32",
"vue-currency-input": "^1.19.0",
"vue-router": "^3.3.4",
"vuetify": "^2.3.0",
"vuex": "^3.4.0",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5",
"@fortawesome/fontawesome-free": "^5.13.0",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-e2e-cypress": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-pwa": "^4.4.1",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-e2e-cypress": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-plugin-pwa": "^4.4.4",
"@vue/cli-plugin-router": "^4.4.4",
"@vue/cli-plugin-unit-jest": "^4.4.4",
"@vue/cli-plugin-vuex": "^4.4.4",
"@vue/cli-service": "^4.4.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "6.26.3",
@@ -57,7 +57,7 @@
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.4",
"vuetify-loader": "^1.5.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},

View File

@@ -1,9 +1,5 @@
<template>
<v-app>
<div class="display-4">
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
</div>
<gznotify ref="gznotify"></gznotify>
<gzconfirm ref="gzconfirm"></gzconfirm>
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->

View File

@@ -1,10 +1,5 @@
<template>
<v-row v-if="formState.ready">
<v-col>
<div class="text-h1">
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
</div>
</v-col>
<v-col>
<v-form ref="form">
<v-row>
@@ -16,12 +11,12 @@
<span class="ml-1 ml-sm-6 text-body-2 text-sm-body-1"
>{{ $ay.t("RegisteredUser") }}:
</span>
<span class="ml-1 ml-sm-6 text-subtitle-2 text-lg-h6"
<span class="ml-1 ml-sm-6 text-subtitle-2"
>abcdefg{{ currentLicenseInfo.licensedTo }}</span
>
</div>
<div>
<span class="ml-6 text-xl-h1">{{ $ay.t("DatabaseID") }}: </span>
<span class="ml-6 ">{{ $ay.t("DatabaseID") }}: </span>
<span class="body-2">{{ currentLicenseInfo.serverDbId }}</span>
</div>
<div>

View File

@@ -13,7 +13,7 @@ describe("SMOKE", () => {
.clear()
.type(`${Cypress.env("adminpassword")}{enter}`);
// we should be redirected to /dashboard
cy.visit("/home-dashboard");
cy.url().should("include", "/home-dashboard");
//go to every form and ensure it loads