(entry)
| 136 | } |
| 137 | |
| 138 | function goToEntry(entry) { |
| 139 | goToCollections(); |
| 140 | cy.get('a h2').first().contains(entry.title).click(); |
| 141 | } |
| 142 | |
| 143 | function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) { |
| 144 | cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag(); |
no test coverage detected