Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
function
assertImagesInLibrary() {
43
cy.get(
'img[class*="CardImage"]'
).should(
'exist'
);
44
}
45
46
function
assertNoImagesInLibrary() {
47
cy.get(
'h1'
)
Callers
2
uploadMediaFile
Function · 0.85
media_library.js
File · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected