MCPcopy
hub / github.com/taniarascia/takenote / getDynamicTestID

Function getDynamicTestID

tests/e2e/utils/testHelperUtils.ts:41–43  ·  view source on GitHub ↗
(testID: string)

Source from the content-addressed store, hash-verified

39}
40
41const getDynamicTestID = (testID: string) => {
42 return cy.get(wrapWithTestIDTag(testID))
43}
44
45const getTestID = (testIDEnum: TestID) => {
46 return cy.get(wrapWithTestIDTag(testIDEnum))

Callers 5

assertNewNoteCreatedFunction · 0.90
trashAllNotesFunction · 0.90
clickNoteAtIndexFunction · 0.90

Calls 1

wrapWithTestIDTagFunction · 0.85

Tested by

no test coverage detected