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

Function assertUnpublishedEntryInEditor

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

Source from the content-addressed store, hash-verified

118}
119
120function assertUnpublishedEntryInEditor() {
121 cy.contains('button', 'Delete unpublished entry');
122}
123
124function assertPublishedEntryInEditor() {
125 cy.contains('button', 'Delete published entry');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected