feat(components): align component name casing fancycheckbox
This commit is contained in:
@ -52,7 +52,7 @@ describe('Project View Gantt', () => {
|
||||
})
|
||||
cy.visit('/projects/1/2')
|
||||
|
||||
cy.get('.gantt-options .fancycheckbox')
|
||||
cy.get('.gantt-options .fancy-checkbox')
|
||||
.contains('Show tasks which don\'t have dates set')
|
||||
.click()
|
||||
|
||||
|
@ -24,10 +24,10 @@ describe('Project View Table', () => {
|
||||
cy.get('.project-table .filter-container .button')
|
||||
.contains('Columns')
|
||||
.click()
|
||||
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancycheckbox')
|
||||
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancy-checkbox')
|
||||
.contains('Priority')
|
||||
.click()
|
||||
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancycheckbox')
|
||||
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancy-checkbox')
|
||||
.contains('Done')
|
||||
.click()
|
||||
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user