mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
fix(renderer): merge similar renderer types
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
93f296a175
commit
9d49401b4d
8 changed files with 12 additions and 20 deletions
|
@ -22,8 +22,8 @@ describe('Motd', () => {
|
|||
statusCode: 200,
|
||||
headers: { 'Last-Modified': MOCK_LAST_MODIFIED }
|
||||
})
|
||||
cy.visitHome()
|
||||
cy.getMotdBody().should('contain.html', motdMockHtml)
|
||||
cy.visitHistory()
|
||||
cy.getSimpleRendererBody().should('contain.html', motdMockHtml)
|
||||
cy.getByCypressId('motd-dismiss')
|
||||
.click()
|
||||
.then(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue