Browse Source

feat(payments-plugin): Test case readability

Martijn 1 year ago
parent
commit
700942523a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts

+ 1 - 1
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 => {