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

Function goToCollections

cypress/utils/steps.js:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117function goToCollections() {
118 cy.contains('a', 'Content').as('collectionsLink');
119 cy.get('@collectionsLink').click();
120}
121
122function goToMediaLibrary() {
123 cy.contains('button', 'Media').click();

Callers 5

media_library.jsFile · 0.90
goToEntryFunction · 0.85
unpublishEntryFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected