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

Function assertImagesInLibrary

cypress/e2e/common/media_library.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function assertImagesInLibrary() {
43 cy.get('img[class*="CardImage"]').should('exist');
44}
45
46function assertNoImagesInLibrary() {
47 cy.get('h1')

Callers 2

uploadMediaFileFunction · 0.85
media_library.jsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected