(publishType)
| 230 | } |
| 231 | |
| 232 | function publishEntryInEditor(publishType) { |
| 233 | selectDropdownItem('Publish', publishType); |
| 234 | assertNotification(notifications.published); |
| 235 | } |
| 236 | |
| 237 | function publishAndCreateNewEntryInEditor() { |
| 238 | selectDropdownItem('Publish', publishTypes.publishAndCreateNew); |
no test coverage detected