In progress flow (#163)
* initial commit
* move from applied to in-progress
* KANBAN BOARD!
* backfill jobs
* backfill rejected jobs
* drag events 😋
* fix backfill bug
* UI improvements
* remove applied
* gold near offer
* team match meeting swim lane
* formatting
* Add tests for InProgressBoardPage and enhance job stage handling
This commit is contained in:
@@ -238,7 +238,7 @@ describe("TrackingInboxPage", () => {
|
||||
|
||||
await waitFor(() => {
|
||||
expect(api.getJobs).toHaveBeenCalledWith({
|
||||
statuses: ["applied"],
|
||||
statuses: ["applied", "in_progress"],
|
||||
view: "list",
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user