Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ assertOnCollectionsPage
Function
assertOnCollectionsPage
cypress/utils/steps.js:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
function
assertOnCollectionsPage() {
202
cy.url().should(
'contain'
,
'/#/collections/posts'
);
203
}
204
205
function
assertEntryDeleted(entry) {
206
cy.get(
'body'
).then($body => {
Callers
2
editorial_workflow_spec_test_backend.js
File · 0.90
editorial_workflow.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected