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

Function goToEntry

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

Source from the content-addressed store, hash-verified

136}
137
138function goToEntry(entry) {
139 goToCollections();
140 cy.get('a h2').first().contains(entry.title).click();
141}
142
143function updateWorkflowStatus({ title }, fromColumnHeading, toColumnHeading) {
144 cy.contains('h2', fromColumnHeading).parent().contains('a', title).drag();

Calls 2

goToCollectionsFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected