Add a block for adoptium news on the main page #4952
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.
|