()
| 115 | } |
| 116 | |
| 117 | function goToCollections() { |
| 118 | cy.contains('a', 'Content').as('collectionsLink'); |
| 119 | cy.get('@collectionsLink').click(); |
| 120 | } |
| 121 | |
| 122 | function goToMediaLibrary() { |
| 123 | cy.contains('button', 'Media').click(); |
no test coverage detected