(entry)
| 130 | } |
| 131 | |
| 132 | function goToEntry(entry) { |
| 133 | goToCollections(); |
| 134 | cy.get('a h2').first().contains(entry.title).click(); |
| 135 | } |
| 136 | |
| 137 | function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) { |
| 138 | cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag(); |
no test coverage detected