Skip to content

Add a block for adoptium news on the main page #4952

Add a block for adoptium news on the main page

Add a block for adoptium news on the main page #4952

Triggered via pull request May 29, 2024 14:28
Status Failure
Total duration 1m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/pages/__tests__/index.test.tsx > Index page > renders correctly: src/pages/__tests__/index.test.tsx#L19
Error: Snapshot `Index page > renders correctly 1` mismatched - Expected + Received @@ -127,10 +127,33 @@ class="p-3 mt-4 mb-4 bg-light rounded-3 text-start" > <div class="container py-5" > + <h2> + Case Study: Building the World's Most Secure OpenJDK Distribution + </h2> + <div> + <p + class="m-0 fw-bold" + > + 1 May 2024 + </p> + <p + class="text-muted lh-sm" + > + Text + </p> + </div> + </div> + </div> + <div + class="p-3 mt-4 mb-4 bg-light rounded-3 text-start" + > + <div + class="container py-5" + > <h2 class="text-pink" > Text </h2> ❯ src/pages/__tests__/index.test.tsx:19:25
Run CI
Process completed with exit code 1.