it('Should have data', () => {
      cy.get('ngx-section').eq(1).as('section2');
      cy.get('@section2').within(() => {
        cy.get('header h1').should('have.text', 'ngx-json-editor-flat');
        cy.get('ngx-json-editor-flat').should('exist');