Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
const
getDynamicTestID = (testID: string) => {
42
return
cy.get(wrapWithTestIDTag(testID))
43
}
44
45
const
getTestID = (testIDEnum: TestID) => {
46
return
cy.get(wrapWithTestIDTag(testIDEnum))
Callers
5
assertNewNoteCreated
Function · 0.90
assertNoteListTitleAtIndex
Function · 0.90
trashAllNotes
Function · 0.90
clickNoteAtIndex
Function · 0.90
holdKeyAndClickNoteAtIndex
Function · 0.90
Calls
1
wrapWithTestIDTag
Function · 0.85
Tested by
no test coverage detected