From c8482949f8849c91849533c8e24b429dd918a277 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Jul 2026 12:54:31 +0000 Subject: [PATCH] test: drop the removed entrance-grid assertion from the generated-site suite tests/generated-site.test.mjs still asserted 'Return to Awakening' in the rendered home page after the entrance-card grid was removed; align it with the reduced home surface, matching the site-contract update. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01E93Rxmrs8bXHtWjD7z94bi --- tests/generated-site.test.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/generated-site.test.mjs b/tests/generated-site.test.mjs index 6c69171..30f7821 100644 --- a/tests/generated-site.test.mjs +++ b/tests/generated-site.test.mjs @@ -29,7 +29,6 @@ test('generated deployment artifact contains the unified routes', async () => { assert.match(home, /href="\/chapters\/"/); assert.match(home, /Chapters Zero through Seven/); assert.match(home, /href="\/"/); - assert.match(home, /Return to Awakening/); assert.match(preamble, /One-click canon entrance/); assert.match(preamble, /Humanity faces extinction/); assert.match(preamble, /Canonical repository/);