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