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

Function publishEntryInEditor

cypress/utils/steps.js:232–235  ·  view source on GitHub ↗
(publishType)

Source from the content-addressed store, hash-verified

230}
231
232function publishEntryInEditor(publishType) {
233 selectDropdownItem('Publish', publishType);
234 assertNotification(notifications.published);
235}
236
237function publishAndCreateNewEntryInEditor() {
238 selectDropdownItem('Publish', publishTypes.publishAndCreateNew);

Calls 2

selectDropdownItemFunction · 0.85
assertNotificationFunction · 0.85

Tested by

no test coverage detected