Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ goToMediaLibrary
Function
goToMediaLibrary
cypress/utils/steps.js:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
function
goToMediaLibrary() {
117
cy.contains(
'button'
,
'Media'
).click();
118
}
119
120
function
assertUnpublishedEntryInEditor() {
121
cy.contains(
'button'
,
'Delete unpublished entry'
);
Callers
1
media_library.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected