it('should be accessible', () => {
    cy.injectAxe();

    mount(<BasicConfirmation />);
    cy.checkA11y();