1
0

feat(components): align component name casing fancycheckbox

This commit is contained in:
Dominik Pschenitschni
2024-06-15 14:11:06 +02:00
parent 5d2c731c59
commit 541f608d3c
17 changed files with 79 additions and 79 deletions

View File

@ -97,7 +97,7 @@ describe('Task', () => {
TaskFactory.create(1)
cy.visit('/projects/1/1')
cy.get('.tasks .task .fancycheckbox')
cy.get('.tasks .task .fancy-checkbox')
.first()
.click()
cy.get('.global-notification')