Skip to content

Commit 5ead01d

Browse files
easelclaude
andcommitted
website(e2e): update principles + concepts tests for authority-hierarchy rename
The earlier rename "Authority Order" -> "Artifact Authority Hierarchy" left two e2e expectations stale. Update them to match the current headings: - /why/principles/ principle #3 is now "The artifact authority hierarchy governs reconciliation". - /reference/glossary/concepts/ uses "Artifact Authority Hierarchy". 49/49 Playwright tests now pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 989bac8 commit 5ead01d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/e2e/microsite.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test.describe('Why HELIX', () => {
5959
test('principles page covers all eight', async ({ page }) => {
6060
await page.goto('/why/principles/')
6161
await expect(page.getByRole('heading', { name: /1\.\s+Planning and execution/ })).toBeVisible()
62-
await expect(page.getByRole('heading', { name: /3\.\s+Authority order/ })).toBeVisible()
62+
await expect(page.getByRole('heading', { name: /3\.\s+The artifact authority hierarchy/ })).toBeVisible()
6363
await expect(page.getByRole('heading', { name: /6\.\s+Autonomy is supervised/ })).toBeVisible()
6464
await expect(page.getByRole('heading', { name: /8\.\s+Least power wins/ })).toBeVisible()
6565
})
@@ -210,7 +210,7 @@ test.describe('Reference', () => {
210210

211211
test('concepts page covers core ideas', async ({ page }) => {
212212
await page.goto('/reference/glossary/concepts/')
213-
await expect(page.getByRole('heading', { name: 'Authority Order' })).toBeVisible()
213+
await expect(page.getByRole('heading', { name: 'Artifact Authority Hierarchy' })).toBeVisible()
214214
await expect(page.getByRole('heading', { name: 'Context Digest' })).toBeVisible()
215215
})
216216

0 commit comments

Comments
 (0)