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

Function updateWorkflowStatusInEditor

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

Source from the content-addressed store, hash-verified

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

Calls 2

selectDropdownItemFunction · 0.85
assertNotificationFunction · 0.85

Tested by

no test coverage detected