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

Function updateWorkflowStatus

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

Source from the content-addressed store, hash-verified

141}
142
143function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) {
144 cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag();
145 cy.contains('h2', toColumnHeading).parent().drop();
146 assertNotification(notifications.updated);
147}
148
149function publishWorkflowEntry({ title }, timeout) {
150 const options = timeout === undefined ? {} : { timeout };

Calls 1

assertNotificationFunction · 0.85

Tested by

no test coverage detected