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