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

Function newPost

cypress/utils/steps.js:287–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285}
286
287function newPost() {
288 // click even if covered by toast
289 cy.contains('a', '+ Post').click({ force: true });
290}
291
292function createPost(entry) {
293 newPost();

Callers 7

createAndTranslateFunction · 0.90
newPostAndUploadImageFunction · 0.90
createPostFunction · 0.85
createPostAndPublishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected