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

Function exitEditor

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

Source from the content-addressed store, hash-verified

105}
106
107function exitEditor() {
108 cy.contains('a', 'Writing in').as('exitEditorLink');
109 cy.get('@exitEditorLink').click();
110}
111
112function goToWorkflow() {
113 cy.contains('a', 'Workflow').as('workflowLink');

Calls 1

getMethod · 0.80

Tested by

no test coverage detected