Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
function
newPost() {
288
// click even if covered by toast
289
cy.contains(
'a'
,
'+ Post'
).click({ force: true });
290
}
291
292
function
createPost(entry) {
293
newPost();
Callers
7
simple_workflow_spec_test_backend.js
File · 0.90
createAndTranslate
Function · 0.90
newPostAndUploadImage
Function · 0.90
createPost
Function · 0.85
createPostAndPublish
Function · 0.85
createPostPublishAndCreateNew
Function · 0.85
createPostPublishAndDuplicate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected