mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
move taskLists from full to basic renderer (#725)
This commit is contained in:
parent
c9fe4e4887
commit
0e058e16e2
4 changed files with 30 additions and 16 deletions
15
cypress/integration/helpDialog.spec.ts
Normal file
15
cypress/integration/helpDialog.spec.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
describe('Help Dialog', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/n/test')
|
||||
cy.get('.btn.active.btn-outline-secondary > i.fa-columns')
|
||||
.should('exist')
|
||||
})
|
||||
|
||||
it('ToDo-List', () => {
|
||||
cy.get('.fa.fa-question-circle')
|
||||
.click()
|
||||
cy.get('input[type="checkbox"]')
|
||||
.should('exist')
|
||||
.should('not.be.checked')
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue