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