Skip to content

Commit 825f886

Browse files
test component tests in main
1 parent 72c1a69 commit 825f886

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/component-tests/integration-tests/urgent-letter-priority.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ test.describe("Urgent Letter Priority Tests", () => {
6060
GetLettersResponseSchema.parse(responseBody);
6161

6262
const letterIds = getLettersResponse.data.map((letter) => letter.id);
63+
expect(letterIds.length).toBe(letterIdsFromQueue.length);
6364
expect(letterIds).toEqual(letterIdsFromQueue);
6465

6566
verifyIndexPositionOfLetterVariants(

0 commit comments

Comments
 (0)