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

Function publishEntryInEditor

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

Source from the content-addressed store, hash-verified

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

Calls 2

selectDropdownItemFunction · 0.85
assertNotificationFunction · 0.85

Tested by

no test coverage detected