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