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