Skip to content

release: manager-react-components v1.41.2 #34658

release: manager-react-components v1.41.2

release: manager-react-components v1.41.2 #34658

Triggered via push November 14, 2024 18:00
Status Failure
Total duration 6m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/pages/detail/nodepools/new/New.page.spec.tsx > New > should render correctly: packages/manager/apps/pci-kubernetes/src/pages/detail/nodepools/new/New.page.spec.tsx#L10
Error: Snapshot `New > should render correctly 1` mismatched - Expected + Received @@ -30,13 +30,17 @@ > <div class="flex flex-col md:flex-row" > <div - class="font-sans font-normal p-0 m-0 w-full md:w-5/6 leading-10 text-[1.625rem] text-[#00185e]" + class="font-sans font-normal p-0 m-0 w-full md:w-5/6 flex text-[#00185e]" > - kube_add_node_pool_config_title + <div + class="leading-10 text-[1.625rem]" + > + kube_add_node_pool_config_title + </div> </div> </div> <div class="mt-5" data-testid="content" @@ -66,20 +70,11 @@ /> </osds-form-field> </div> <div class="flex mt-6" - > - <osds-button - class="w-fit" - color="primary" - data-testid="next-cta" - size="md" - > - common_stepper_next_button_label - </osds-button> - </div> + /> </div> </section> <div /> <section class="flex flex-row border-0 border-t-[1px] border-solid border-t-[#b3b3b3] pt-5 mb-5" @@ -104,13 +99,17 @@ > <div class="flex flex-col md:flex-row" > <div - class="font-sans font-normal p-0 m-0 w-full md:w-5/6 leading-10 text-[1.25rem] text-[grey]" + class="font-sans font-normal p-0 m-0 w-full md:w-5/6 flex text-[grey]" > - kube_common_node_pool_title + <div + class="leading-10 text-[1.25rem]" + > + kube_common_node_pool_title + </div> </div> </div> </div> </section> <div /> @@ -137,13 +136,17 @@ > <div class="flex flex-col md:flex-row" > <div - class="font-sans font-normal p-0 m-0 w-full md:w-5/6 leading-10 text-[1.25rem] text-[grey]" + class="font-sans font-normal p-0 m-0 w-full md:w-5/6 flex text-[grey]" > - kube_common_node_pool_autoscaling_title + <div + class="leading-10 text-[1.25rem]" + > + kube_common_node_pool_autoscaling_title + </div> </div> </div> </div> </section> <div /> @@ -170,13 +173,17 @@ > <div class="flex flex-col md:flex-row" > <div - class="font-sans font-normal p-0 m-0 w-full md:w-5/6 leading-10 text-[1.25rem] text-[grey]" + class="font-sans font-normal p-0 m-0 w-full md:w-5/6 flex text-[grey]" > - kube_add_billing_anti_affinity_title + <div + class="leading-10 text-[1.25rem]" + > + kube_add_billing_anti_affinity_title + </div> </div> </div> </div> </section> </div> ❯ src/pages/detail/nodepools/new/New.page.spec.tsx:10:23
test
@ovh-ux/manager-pci-kubernetes-app#test: command (/home/runner/work/manager/manager/packages/manager/apps/pci-kubernetes) /tmp/yarn--1731607545558-0.9439392803330942/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/