Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ assertOnCollectionsPage
Function
assertOnCollectionsPage
cypress/utils/steps.js:204–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
function
assertOnCollectionsPage() {
205
cy.url().should(
'contain'
,
'/#/collections/posts'
);
206
}
207
208
function
assertEntryDeleted(entry) {
209
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