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

Function assertPublishedEntryInEditor

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

Source from the content-addressed store, hash-verified

122}
123
124function assertPublishedEntryInEditor() {
125 cy.contains('button', 'Delete published entry');
126}
127
128function assertUnpublishedChangesInEditor() {
129 cy.contains('button', 'Delete unpublished changes');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected