Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/v2/__tests__/V2Login.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('V2 routing', () => {
// full sentence) — this also pins the screen-reader contract.
expect(await screen.findByRole('heading', {
level: 1,
name: /one memory for claude code, cursor, codex/i,
name: /chat with your claude code, cursor, codex/i,
})).toBeInTheDocument();
});

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/v2/__tests__/V2PodChatStarter.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('V2PodChat starter workspace empty state', () => {

expect(screen.getByText(/welcome to your workspace/i)).toBeInTheDocument();
expect(screen.getByText(/connect your agent \(claude code, cursor, codex\)/i)).toBeInTheDocument();
expect(screen.getByText(/browse agents & apps/i)).toBeInTheDocument();
expect(screen.getByText(/see your team/i)).toBeInTheDocument();
});

test('multi-member pod keeps the generic empty state', () => {
Expand Down
Loading