it('success, info, warning and danger types of alerts are displayed', () => {
      alertTypes.forEach(type => cy.get(`${ basicDemo } .${ type }`)
        .should('be.visible'));
    });