({ title }, status)
| 221 | } |
| 222 | |
| 223 | function assertWorkflowStatus({ title }, status) { |
| 224 | cy.contains('h2', status).parent().contains('a', title); |
| 225 | } |
| 226 | |
| 227 | function updateWorkflowStatusInEditor(newStatus) { |
| 228 | selectDropdownItem(STATUS_BUTTON_TEXT, newStatus); |
no outgoing calls
no test coverage detected