()
| 235 | } |
| 236 | |
| 237 | function publishAndCreateNewEntryInEditor() { |
| 238 | selectDropdownItem('Publish', publishTypes.publishAndCreateNew); |
| 239 | assertNotification(notifications.published); |
| 240 | cy.url().should('eq', `http://localhost:8080/#/collections/posts/new`); |
| 241 | cy.get('[id^="title-field"]').should('have.value', ''); |
| 242 | } |
| 243 | |
| 244 | function publishAndDuplicateEntryInEditor(entry) { |
| 245 | selectDropdownItem('Publish', publishTypes.publishAndDuplicate); |
no test coverage detected