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

Function deleteEntryInEditor

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

Source from the content-addressed store, hash-verified

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

Calls 1

assertNotificationFunction · 0.85

Tested by

no test coverage detected