(step)
| 785 | Cypress.Commands.add('createCompoundGlobalAttribute', function (attr_name, type, options) { |
| 786 | const next_wizard_step = '[data-cy=wizard_navigation_next]' |
| 787 | const wizard_step_container = (step) => {return `[data-cy=attribute_wizard_step_${step}]`}; |
| 788 | cy.goToSchemaFromToolbar() |
| 789 | .get('[data-cy="tab__Attributes"]').first().click({force: true}) |
| 790 | .get(`[data-cy=new_attribute_button]`).click({force: true}) |