From 700942523a5e182721f9ef4f10fadaf3f3fe7564 Mon Sep 17 00:00:00 2001 From: Martijn Date: Tue, 5 Mar 2024 13:59:54 +0100 Subject: [PATCH] feat(payments-plugin): Test case readability --- packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts b/packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts index 1fd5a27b15..6d54a7b6c8 100644 --- a/packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts +++ b/packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts @@ -321,7 +321,7 @@ describe('Mollie payments', () => { expect(mollieRequest.amount.value).toEqual(totalLineAmount.toFixed(2)); }); - it('Should use fallback redirect when no redirect is given', async () => { + it('Should use fallback redirect appended with order code, when no redirect is given', async () => { let mollieRequest: any | undefined; nock('https://api.mollie.com/') .post('/v2/orders', body => {