cy.get('@section1').within(() => {
        cy.get('ngx-json-object-node > div > div').eq(10).as('divContainerBinary');
        cy.get('@divContainerBinary').within(() => {
          cy.get('.property-def .title').should('contain.text', 'File Binary');
          cy.get('ngx-json-editor-node textarea').should('exist');