feat: add acceptance tests #22
Annotations
4 errors and 1 notice
Run Playwright:
custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts#L43
1) [PayPal Setup] › paypal-account.setup.ts:5:1 › PayPal Account setup ───────────────────────────
Error: expect(received).toBeTruthy()
Received: false
41 | expect(json).toHaveProperty('null');
42 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsChanged`]).toBeTruthy();
> 43 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsValid`]).toBeTruthy();
| ^
44 | });
45 |
at /home/runner/work/SwagPayPal/SwagPayPal/custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts:43:76
|
Run Playwright:
custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts#L43
1) [PayPal Setup] › paypal-account.setup.ts:5:1 › PayPal Account setup ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
41 | expect(json).toHaveProperty('null');
42 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsChanged`]).toBeTruthy();
> 43 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsValid`]).toBeTruthy();
| ^
44 | });
45 |
at /home/runner/work/SwagPayPal/SwagPayPal/custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts:43:76
|
Run Playwright:
custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts#L43
1) [PayPal Setup] › paypal-account.setup.ts:5:1 › PayPal Account setup ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
41 | expect(json).toHaveProperty('null');
42 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsChanged`]).toBeTruthy();
> 43 | expect(json.null[`${isSandbox ? 'sandbox' : 'live'}CredentialsValid`]).toBeTruthy();
| ^
44 | });
45 |
at /home/runner/work/SwagPayPal/SwagPayPal/custom/plugins/SwagPayPal/tests/acceptance/tests/paypal-account.setup.ts:43:76
|
Run Playwright
Process completed with exit code 1.
|
Run Playwright
1 failed
[PayPal Setup] › paypal-account.setup.ts:5:1 › PayPal Account setup ────────────────────────────
1 did not run
|
Loading