feat(core): Encrypt secret custom fields and config args at rest #7715
Annotations
1 error, 1 warning, and 1 notice
|
Dashboard e2e tests:
packages/dashboard/e2e/tests/settings/global-settings.spec.ts#L134
1) [chromium] › e2e/tests/settings/global-settings.spec.ts:81:5 › Global Settings › should toggle track inventory and persist
Error: expect(locator).not.toBeChecked() failed
Locator: locator('[data-slot="field"]').filter({ has: locator('[data-slot="field-label"]').getByText('Track inventory by default', { exact: true }) }).getByRole('switch')
Expected: not checked
Received: checked
Timeout: 5000ms
Call log:
- Expect "not toBeChecked" with timeout 5000ms
- waiting for locator('[data-slot="field"]').filter({ has: locator('[data-slot="field-label"]').getByText('Track inventory by default', { exact: true }) }).getByRole('switch')
9 × locator resolved to <span tabindex="0" role="switch" data-checked="" data-slot="switch" id="base-ui-_r_2f_" aria-checked="true" data-size="default" aria-labelledby="field-trackInventory-label" class="data-checked:bg-primary data-unchecked:bg-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 dark:data-unchecked:bg-input/80 peer group/switch relative inline-flex shrink-0 …>…</span>
- unexpected value "checked"
132 | const reloadedSwitch = reloadedField.getByRole('switch');
133 | if (wasChecked) {
> 134 | await expect(reloadedSwitch).not.toBeChecked();
| ^
135 | } else {
136 | await expect(reloadedSwitch).toBeChecked();
137 | }
at /home/runner/work/vendure/vendure/packages/dashboard/e2e/tests/settings/global-settings.spec.ts:134:46
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Dashboard e2e tests
1 flaky
[chromium] › e2e/tests/settings/global-settings.spec.ts:81:5 › Global Settings › should toggle track inventory and persist
86 passed (1.5m)
|
background
wait
wait-all
cancel
parallel
Loading