(entry)
| 116 | } |
| 117 | |
| 118 | function assertGridEntryImage(entry) { |
| 119 | cy.contains('li', entry.title).within(() => { |
| 120 | cy.get('div[class*="CardImage"]').should('be.visible'); |
| 121 | }); |
| 122 | } |
| 123 | |
| 124 | export default function({ entries, getUser }) { |
| 125 | beforeEach(() => { |