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