Skip to content

Commit

Permalink
feat(payments-plugin): Correct test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Feb 22, 2024
1 parent 4642f9f commit 07d9b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let order: TestOrderFragmentFragment;
let serverPort: number;
const SURCHARGE_AMOUNT = -20000;

describe('Mollie payments (with useDynamicRedirectUrl set to true)', () => {
describe('Mollie payments with useDynamicRedirectUrl=false', () => {
beforeAll(async () => {
const devConfig = mergeConfig(testConfig(), {
plugins: [MolliePlugin.init({ vendureHost: mockData.host })],
Expand Down Expand Up @@ -637,7 +637,7 @@ describe('Mollie payments (with useDynamicRedirectUrl set to true)', () => {
});
});

describe('Mollie payments (with useDynamicRedirectUrl set to true)', () => {
describe('Mollie payments with useDynamicRedirectUrl=true', () => {
beforeAll(async () => {
const devConfig = mergeConfig(testConfig(), {
plugins: [MolliePlugin.init({ vendureHost: mockData.host, useDynamicRedirectUrl: true })],
Expand Down

0 comments on commit 07d9b4d

Please sign in to comment.