Skip to content

Commit b8a3be2

Browse files
committed
test(web): update landing tests for renamed and new bento grid features
1 parent a3f8718 commit b8a3be2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/web/src/components/landing/landing.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,11 @@ describe('landing page server/client component boundaries', () => {
133133

134134
test('BentoGrid contains feature data and section header', () => {
135135
const src = read('BentoGrid.tsx')
136-
expect(src).toContain('Sub-100ms forking')
136+
expect(src).toContain('Sub-second forking')
137137
expect(src).toContain('VM-grade isolation')
138+
expect(src).toContain('Stateful sessions')
139+
expect(src).toContain('Pre-built runtimes')
140+
expect(src).toContain('Artifacts')
138141
expect(src).toContain('TypeScript SDK')
139142
expect(src).toContain('What is Sandchest?')
140143
})

0 commit comments

Comments
 (0)