feat(pci-load-balancer): bump manager-react-components #34679
Annotations
3 errors and 1 warning
src/pages/create/steps/PlanStep.spec.tsx > PlanStep > should render:
packages/manager/apps/pci-private-registry/src/pages/create/steps/PlanStep.spec.tsx#L9
Error: Snapshot `PlanStep > should render 1` mismatched
- Expected
+ Received
@@ -22,17 +22,13 @@
>
<div
class="flex flex-col md:flex-row"
>
<div
- class="font-sans font-normal p-0 m-0 w-full md:w-5/6 flex text-[grey]"
+ class="font-sans font-normal p-0 m-0 w-full md:w-5/6 leading-10 text-[1.25rem] text-[grey]"
>
- <div
- class="leading-10 text-[1.25rem]"
- >
- private_registry_create_choose_plan
- </div>
+ private_registry_create_choose_plan
</div>
</div>
</div>
</section>
</div>
❯ src/pages/create/steps/PlanStep.spec.tsx:9:23
|
test
@ovh-ux/manager-pci-private-registry-app#test: command (/home/runner/work/manager/manager/packages/manager/apps/pci-private-registry) /tmp/yarn--1731657946035-0.44457451318303276/yarn run test exited (1)
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|