From 828aad23fccf49eff3d230c44e7a401a0dd518d2 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Mon, 9 Jan 2023 09:05:21 +0100 Subject: [PATCH 1/8] change gitignore to include cypress screenshots and videos --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 06ff1aac6..213384ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ yarn-error.log* *.ntvs* *.njsproj *.sln + +# Cypress directories and files +/tests/cypress/videos +/tests/cypress/screenshots \ No newline at end of file From a41d5dae3e735860c9f7a71aebddf6ccfbeee10f Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 24 Jan 2023 14:46:30 +0100 Subject: [PATCH 2/8] refactor(card): refresh data when state params changes refs: #4909 --- src/components/ui/CardDescriptor.vue | 68 +++++++++++-------- .../Customer/Card/CustomerDescriptor.vue | 53 ++++++--------- 2 files changed, 60 insertions(+), 61 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index d80c0498c..f905d58b0 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -1,23 +1,47 @@ diff --git a/src/pages/Customer/Card/CustomerDescriptor.vue b/src/pages/Customer/Card/CustomerDescriptor.vue index 778c5071d..68f239e35 100644 --- a/src/pages/Customer/Card/CustomerDescriptor.vue +++ b/src/pages/Customer/Card/CustomerDescriptor.vue @@ -1,89 +1,80 @@