mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14: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
|
@ -13,7 +13,7 @@ describe('Intro page', () => {
|
|||
|
||||
describe('customizable content', () => {
|
||||
it('fetches and shows the correct intro page content', () => {
|
||||
cy.getIntroBody().contains('test content')
|
||||
cy.getSimpleRendererBody().contains('test content')
|
||||
})
|
||||
|
||||
it("won't show anything if no content was found", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue