add cypress tests for cardfeatures

Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
grnd-alt
2024-11-25 13:56:03 +01:00
committed by Julius Knorr
parent 2e0f0d29b6
commit 0a48954f18
2 changed files with 29 additions and 17 deletions

View File

@@ -91,7 +91,6 @@ export default {
},
async cloneCard() {
this.$store.dispatch('cloneCard', { cardId: this.card.id, targetStackId: this.selectedStack.id })
this.$store.dispatch('addCard', this.copiedCard)
this.modalShow = false
},
},