Update homepage to use filters.
This commit is contained in:
parent
6e85edbf05
commit
90d18311fb
8 changed files with 552 additions and 21 deletions
|
|
@ -12,7 +12,7 @@ describe('Home component', () => {
|
|||
</MemoryRouter>
|
||||
)
|
||||
expect(
|
||||
screen.getByRole('heading', { level: 1, name: /Tasks/i })
|
||||
screen.getByRole('heading', { level: 1, name: /Dashboard/i })
|
||||
).toBeInTheDocument()
|
||||
|
||||
// TaskList component should be rendered with empty state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue