From 2db70594613b441379face9e6fdd3a1e3b650c5a Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Wed, 21 Jun 2023 11:28:40 +0000 Subject: [PATCH] Merged in bugfix/VBV-454-fix-cypress-pipelines (pull request #144) Fix Cypress pipelines * Update Cypress * Attempt to change reload logic * Fix it checkbox cy data * Fix notification cypress test * Rework notification settings saving logic --- client/src/components/ui/ItCheckbox.vue | 3 ++- client/src/pages/SettingsPage.vue | 11 ++++++----- cypress/e2e/assignment/assignmentStudent.cy.js | 2 +- cypress/e2e/notifications.cy.js | 18 ++++++++++-------- package-lock.json | 14 +++++++------- package.json | 2 +- 6 files changed, 27 insertions(+), 23 deletions(-) diff --git a/client/src/components/ui/ItCheckbox.vue b/client/src/components/ui/ItCheckbox.vue index 51c386a4..ffce78d9 100644 --- a/client/src/components/ui/ItCheckbox.vue +++ b/client/src/components/ui/ItCheckbox.vue @@ -33,6 +33,7 @@ const input = (e: Event) => { 'cursor-not-allowed': disabled, }" class="inline-flex cursor-pointer" + :data-cy="`it-checkbox-clicktarget-${checkboxItem.value}`" >