context('/src/GuideContent/GenerateHTML/Vue/', () => { before(() => { cy.visit('/src/GuideContent/GenerateHTML/Vue/') }) it('should render the content as an HTML string', () => { cy.get('pre code').should('exist') cy.get('pre code').should('contain', '
Example Text
') }) })