describe('Alert list view', () => {
  before(() => {
    cy.visit(ALERT_LIST);
  });