Cypress.Commands.add('saveFormModel', () =>
cy.dataCy('FormModelPopup_save').should('exist').click(),
);