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

Calls

no outgoing calls

Tested by

no test coverage detected