Skip to content

Commit

Permalink
Fix functional test to include archive:false
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkampf committed Feb 26, 2024
1 parent ca55ccc commit d833496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/cypress/specs/dashboard/filter-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('Task filters', () => {
offset: 0,
adviser: [myAdviserId],
sortby: 'due_date:asc',
archived: false,
}
//Remap investment_project property to investmentProject so it displays in the Task List UI properly
TaskList[0].investment_project = TaskList[0].investmentProject
Expand Down Expand Up @@ -234,6 +235,7 @@ describe('Task filters', () => {
offset: 0,
adviser: [myAdviserId],
sortby: sortBy,
archived: false,
})
assertListItems({ length: 1 })
})
Expand Down

0 comments on commit d833496

Please sign in to comment.