MCPcopy Create free account
hub / github.com/decaporg/decap-cms / assertGridEntryImage

Function assertGridEntryImage

cypress/e2e/common/media_library.js:118–122  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

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

Callers 1

media_library.jsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected