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

Function goToEntry

cypress/utils/steps.js:132–135  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

130}
131
132function goToEntry(entry) {
133 goToCollections();
134 cy.get('a h2').first().contains(entry.title).click();
135}
136
137function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) {
138 cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag();

Calls 2

goToCollectionsFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected