()
| 122 | } |
| 123 | |
| 124 | function assertPublishedEntryInEditor() { |
| 125 | cy.contains('button', 'Delete published entry'); |
| 126 | } |
| 127 | |
| 128 | function assertUnpublishedChangesInEditor() { |
| 129 | cy.contains('button', 'Delete unpublished changes'); |
no outgoing calls
no test coverage detected