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

Function updateWorkflowStatus

cypress/utils/steps.js:137–141  ·  view source on GitHub ↗
({ title }, fromColumnHeading, toColumnHeading)

Source from the content-addressed store, hash-verified

135}
136
137function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) {
138 cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag();
139 cy.contains('h2', toColumnHeading).parent().drop();
140 assertNotification(notifications.updated);
141}
142
143function publishWorkflowEntry({ title }, timeout) {
144 cy.contains('h2', workflowStatus.ready, { timeout })

Calls 1

assertNotificationFunction · 0.85

Tested by

no test coverage detected