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

Function updateWorkflowStatusInEditor

cypress/utils/steps.js:230–233  ·  view source on GitHub ↗
(newStatus)

Source from the content-addressed store, hash-verified

228}
229
230function updateWorkflowStatusInEditor(newStatus) {
231 selectDropdownItem(STATUS_BUTTON_TEXT, newStatus);
232 assertNotification(notifications.updated);
233}
234
235function publishEntryInEditor(publishType) {
236 selectDropdownItem('Publish', publishType);

Calls 2

selectDropdownItemFunction · 0.85
assertNotificationFunction · 0.85

Tested by

no test coverage detected