diff --git a/src/vue-poc/app.vue b/src/vue-poc/app.vue index 731721f..54ffd00 100644 --- a/src/vue-poc/app.vue +++ b/src/vue-poc/app.vue @@ -14,8 +14,8 @@ - + @@ -37,14 +37,15 @@ - + - + - + {{$route.meta.title}} diff --git a/src/vue-poc/components/qd-navlist.vue b/src/vue-poc/components/qd-navlist.vue deleted file mode 100644 index afed608..0000000 --- a/src/vue-poc/components/qd-navlist.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - {{ item.text }} - - - - - - - {{ subItem.icon }} - - - {{ subItem.text }} - - - - - - - {{ item.icon }} - - - {{ item.text }} - - - - - - - - diff --git a/src/vue-poc/components/qd-navlist2.vue b/src/vue-poc/components/qd-navlist2.vue new file mode 100644 index 0000000..ebe8b22 --- /dev/null +++ b/src/vue-poc/components/qd-navlist2.vue @@ -0,0 +1,60 @@ + + + + + + + + + + + {{ item.text }} + + + + + + + + + + + {{ child.text }} + + + + + + + + + + + + {{ item.icon }} + + + + {{ item.text }} + + + + + + + + diff --git a/src/vue-poc/components/qd-search.vue b/src/vue-poc/components/qd-search.vue index 689c2a2..bd429ef 100644 --- a/src/vue-poc/components/qd-search.vue +++ b/src/vue-poc/components/qd-search.vue @@ -27,7 +27,7 @@ {{ item.text }} - + - + AA: {{ props.item.description }} diff --git a/src/vue-poc/features/login/login.vue b/src/vue-poc/features/login/login.vue index 5c6ee28..7280d81 100644 --- a/src/vue-poc/features/login/login.vue +++ b/src/vue-poc/features/login/login.vue @@ -1,52 +1,51 @@ - - - - - - The current credentials do the give access this page, please login. - - - - - - hidepass = !hidepass" - :type="hidepass ? 'password' : 'text'" - :rules="passwordRules" - counter - required - > - - - - - Login - - - - - - Forgot Password - - {{message}} - - - - - - + + + + The current credentials do the give access this page, please login. + + + + + + + hidepass = !hidepass" + :type="hidepass ? 'password' : 'text'" + :rules="passwordRules" + counter + required + > + + + + + + Login + + + + + + Forgot Password + + {{message}} + + + + + - + diff --git a/tests/cypress/cypress.json b/tests/cypress/cypress.json index 643b4fb..c279e81 100644 --- a/tests/cypress/cypress.json +++ b/tests/cypress/cypress.json @@ -1,6 +1,6 @@ { "baseUrl": "http://localhost:8984/vue-poc", "viewportWidth": 1600, - "viewportHeight": 800 + "viewportHeight": 800, + "projectId": "269dic" } - diff --git a/tests/cypress/cypress/videos/apb_spec.js.mp4 b/tests/cypress/cypress/videos/apb_spec.js.mp4 new file mode 100644 index 0000000..c95868e Binary files /dev/null and b/tests/cypress/cypress/videos/apb_spec.js.mp4 differ diff --git a/tests/cypress/cypress/videos/validate.js.mp4 b/tests/cypress/cypress/videos/validate.js.mp4 new file mode 100644 index 0000000..3355620 Binary files /dev/null and b/tests/cypress/cypress/videos/validate.js.mp4 differ