Skip to content

Commit 5c2ae69

Browse files
chore: update tests
1 parent 38e0d2d commit 5c2ae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-app/shared/payment/components/bank-card-form.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe("BankCardForm", () => {
200200
expect(await findElementByText(ERROR_MESSAGES.YEAR_INCOMPLETE)).toBeInTheDocument();
201201

202202
// Month and partial year
203-
await fireEvent.update(input, "12 / 2");
203+
await fireEvent.update(input, "122");
204204
expect(await findElementByText(ERROR_MESSAGES.YEAR_INCOMPLETE)).toBeInTheDocument();
205205
});
206206
});

0 commit comments

Comments
 (0)