diff --git a/src/style.css b/src/style.css index c09e4315..9daaad12 100644 --- a/src/style.css +++ b/src/style.css @@ -82,10 +82,6 @@ body, will-change: transform; } -.display-none { - display: none; -} - @keyframes flip { 0% { transform: rotateY(360deg); diff --git a/tests/animation-verification.spec.ts b/tests/animation-verification.spec.ts index 7123470d..3c5f8ecd 100644 --- a/tests/animation-verification.spec.ts +++ b/tests/animation-verification.spec.ts @@ -8,8 +8,7 @@ test('animation container and items exist', async ({ page }) => { await expect(container).toBeVisible(); // Initially, before changes, checking for "Software Engineer" text - // The current implementation uses ::before, so the text might be in the display-none span - // or just invisible. + // The current implementation uses ::before, so the text might be invisible. // We just want to ensure the page loads and the container is there. // After changes, we expect 5 spans.