()
| 118 | } |
| 119 | |
| 120 | function assertUnpublishedEntryInEditor() { |
| 121 | cy.contains('button', 'Delete unpublished entry'); |
| 122 | } |
| 123 | |
| 124 | function assertPublishedEntryInEditor() { |
| 125 | cy.contains('button', 'Delete published entry'); |
no outgoing calls
no test coverage detected