beforeEach(() => {
      cy.get('ngx-section').first().as('SUT');
      cy.get('@SUT').getByLabel('Winter').as('CUT');
    });