mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed test to properly check the filters on Admin UserSearch
This commit is contained in:
parent
d95e4d864a
commit
1cdb526669
@ -101,7 +101,7 @@ describe('UserSearch', () => {
|
||||
searchText: '',
|
||||
currentPage: 1,
|
||||
pageSize: 25,
|
||||
notActivated: null,
|
||||
notActivated: true,
|
||||
isDeleted: null,
|
||||
},
|
||||
}),
|
||||
@ -122,7 +122,7 @@ describe('UserSearch', () => {
|
||||
currentPage: 1,
|
||||
pageSize: 25,
|
||||
notActivated: null,
|
||||
isDeleted: null,
|
||||
isDeleted: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user