MCPcopy Create free account
hub / github.com/decaporg/decap-cms / deleteEntryInEditor

Function deleteEntryInEditor

cypress/utils/steps.js:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196function deleteEntryInEditor() {
197 cy.contains('button', 'Delete').click();
198 assertNotification(notifications.deletedUnpublished);
199}
200
201function assertOnCollectionsPage() {
202 cy.url().should('contain', '/#/collections/posts');

Calls 1

assertNotificationFunction · 0.85

Tested by

no test coverage detected