MCPcopy Create free account
hub / github.com/decaporg/decap-cms / goToWorkflow

Function goToWorkflow

cypress/utils/steps.js:112–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112function goToWorkflow() {
113 cy.contains('a', 'Workflow').as('workflowLink');
114 cy.get('@workflowLink').click();
115}
116
117function goToCollections() {
118 cy.contains('a', 'Content').as('collectionsLink');

Calls 1

getMethod · 0.80

Tested by

no test coverage detected