mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Feature/hedgedoc logo (#606)
This commit is contained in:
parent
62d95a5704
commit
42cbb51bfa
27 changed files with 142 additions and 80 deletions
|
@ -49,7 +49,8 @@ describe('Intro', () => {
|
|||
.click()
|
||||
cy.get('#versionModal')
|
||||
.should('be.visible')
|
||||
cy.get('body')
|
||||
cy.get('#versionModal .modal-footer .btn')
|
||||
.contains('Close')
|
||||
.click()
|
||||
cy.get('#versionModal')
|
||||
.should('not.be.visible')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue