mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix UserSearch.spec.js
This commit is contained in:
parent
9a0004d1a3
commit
f9a56a3e37
@ -82,8 +82,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: '',
|
searchText: '',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: false,
|
notActivated: null,
|
||||||
isDeleted: false,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
@ -101,8 +101,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: '',
|
searchText: '',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: true,
|
notActivated: null,
|
||||||
isDeleted: false,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
@ -121,8 +121,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: '',
|
searchText: '',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: false,
|
notActivated: null,
|
||||||
isDeleted: true,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
@ -141,8 +141,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: '',
|
searchText: '',
|
||||||
currentPage: 2,
|
currentPage: 2,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: false,
|
notActivated: null,
|
||||||
isDeleted: false,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
@ -161,8 +161,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: 'search string',
|
searchText: 'search string',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: false,
|
notActivated: null,
|
||||||
isDeleted: false,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
@ -178,8 +178,8 @@ describe('UserSearch', () => {
|
|||||||
searchText: '',
|
searchText: '',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
notActivated: false,
|
notActivated: null,
|
||||||
isDeleted: false,
|
isDeleted: null,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user