it('each alert contains added config', () => {
      alertTypes.forEach(type => cy.get(`${ configDemo } .${ type }`)
        .should('be.visible'));
    });