fix(renderer): merge similar renderer types

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-16 08:20:16 +01:00
parent 93f296a175
commit 9d49401b4d
8 changed files with 12 additions and 20 deletions

View file

@ -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(() => {