refactor, security updates, cv extraction upgrades
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user