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

Function assertNoteListLengthEquals

tests/e2e/utils/testNotesHelperUtils.ts:31–33  ·  view source on GitHub ↗
(expectedLength: number)

Source from the content-addressed store, hash-verified

29}
30
31const assertNoteListLengthEquals = (expectedLength: number) => {
32 getTestID(TestID.NOTE_LIST).children().should('have.length', expectedLength)
33}
34
35const assertNoteListLengthGTE = (expectedLength: number) => {
36 getTestID(TestID.NOTE_LIST).children().should('have.length.gte', expectedLength)

Callers 2

note.test.tsFile · 0.90
category.test.tsFile · 0.90

Calls 1

getTestIDFunction · 0.90

Tested by

no test coverage detected