before(() => {
      cy.url().then(url => {
        [, articleId] = url.match(/\/([^/]+?)(?:\.[^/.]+)?$/);
      });
    });