fixed test to properly check the filters on Admin UserSearch

This commit is contained in:
Ulf Gebhardt 2022-03-29 12:50:13 +02:00
parent d95e4d864a
commit 1cdb526669
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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,
},
}),
)