refactor, security updates, cv extraction upgrades

This commit is contained in:
2026-04-11 01:34:32 +02:00
parent 806b200ac5
commit 27fd70a2d7
59 changed files with 6817 additions and 1561 deletions
@@ -209,7 +209,7 @@ test('reminders open action routes tailored-cv gaps into the tailored cv workspa
await waitFor(() => {
expect(screen.getByTestId('location-indicator')).toHaveTextContent('/jobs');
});
expect(await screen.findByText(/build the package here, then save the working copy back onto this job/i)).toBeInTheDocument();
expect(await screen.findByText(/saved working material/i)).toBeInTheDocument();
});
test('job table urgency signals and next actions route into the shared workspace flow', async () => {
@@ -231,6 +231,6 @@ test('job table urgency signals and next actions route into the shared workspace
await waitFor(() => {
expect(screen.getByTestId('location-indicator')).toHaveTextContent('/jobs');
});
expect(await screen.findByText(/build the package here, then save the working copy back onto this job/i)).toBeInTheDocument();
expect(await screen.findByText(/saved working material/i)).toBeInTheDocument();
expect(await screen.findByText(/platform work/i)).toBeInTheDocument();
});