Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
function
createPostAndPublish(entry) {
341
newPost();
342
populateEntry(entry, publishEntry);
343
exitEditor();
344
}
345
346
function
createPostPublishAndCreateNew(entry) {
347
newPost();
Callers
2
simple_workflow_spec_test_backend.js
File · 0.90
simple_workflow.js
File · 0.90
Calls
3
newPost
Function · 0.85
populateEntry
Function · 0.85
exitEditor
Function · 0.85
Tested by
no test coverage detected