import OutlineRoot from '../../../../../frontend/js/features/outline/components/outline-root' describe('', function () { it('renders outline', function () { cy.mount( ) cy.findByRole('tree') cy.findByRole('link').should('not.exist') }) it('renders placeholder', function () { cy.mount() cy.findByRole('tree').should('not.exist') cy.findByRole('link') }) })