MCPcopy Create free account
hub / github.com/diffgram/diffgram / wizard_step_container

Function wizard_step_container

frontend/cypress/support/commands.js:787–787  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

785Cypress.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})

Callers 1

commands.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected