(newStatus)
| 228 | } |
| 229 | |
| 230 | function updateWorkflowStatusInEditor(newStatus) { |
| 231 | selectDropdownItem(STATUS_BUTTON_TEXT, newStatus); |
| 232 | assertNotification(notifications.updated); |
| 233 | } |
| 234 | |
| 235 | function publishEntryInEditor(publishType) { |
| 236 | selectDropdownItem('Publish', publishType); |
no test coverage detected