MCPcopy 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
201function assertOnCollectionsPage() {
202 cy.url().should('contain', '/#/collections/posts');
203}
204
205function assertEntryDeleted(entry) {
206 cy.get('body').then($body => {

Calls

no outgoing calls

Tested by

no test coverage detected