cy.get('@CUT')
        .ngxFindLabel()
        .should('contain.text', 'Date of attack')
        .should('have.css', 'color', UNFOCUSED)
        .should('have.css', 'font-size', '16px')