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