Skip to content

Commit b379bdf

Browse files
bloveclaude
andauthored
test(website): update landing MIT/telemetry assertions to redesigned copy (#906)
The homepage redesign (#885/#890) rephrased both commitments — 'every package is MIT, commercial or not' and 'No hidden telemetry … installation is inert' — but the e2e guard still asserted the pre-redesign sentences. Website e2e has been red on main since, and ci.yml's deploy job needs website-e2e, so every website/cockpit deploy on main was blocked (which is why the cockpit/runtimes pages 404/500 in production). The guard's intent (landing page states both commitments) is unchanged; only the asserted strings move to the durable new phrasing. Verified locally: the spec passes against the current homepage. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent d23c259 commit b379bdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/e2e/website.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ test('landing page states the all-MIT and explicit-telemetry commitments', async
2323
await page.goto('/');
2424
const main = page.locator('main');
2525

26-
await expect(main).toContainText('Every Threadplane package is MIT-licensed');
27-
await expect(main).toContainText('Package installation is inert');
26+
await expect(main).toContainText('every package is MIT');
27+
await expect(main).toContainText('No hidden telemetry');
2828
});
2929

3030
test('pricing page presents three software and support paths', async ({ page }) => {

0 commit comments

Comments
 (0)