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

Function createPostAndPublish

cypress/utils/steps.js:340–344  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

338}
339
340function createPostAndPublish(entry) {
341 newPost();
342 populateEntry(entry, publishEntry);
343 exitEditor();
344}
345
346function createPostPublishAndCreateNew(entry) {
347 newPost();

Calls 3

newPostFunction · 0.85
populateEntryFunction · 0.85
exitEditorFunction · 0.85

Tested by

no test coverage detected