mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix admin tests
This commit is contained in:
parent
145989e284
commit
3344dfc771
@ -101,7 +101,7 @@ describe('UserSearch', () => {
|
||||
searchText: '',
|
||||
currentPage: 1,
|
||||
pageSize: 25,
|
||||
isEmailChecked: false,
|
||||
isEmailChecked: true,
|
||||
isDeleted: null,
|
||||
},
|
||||
}),
|
||||
|
||||
@ -85,7 +85,7 @@ export default {
|
||||
searchText: this.criteria,
|
||||
currentPage: this.currentPage,
|
||||
pageSize: this.perPage,
|
||||
isEmailChecked: !this.filterCheckedEmails, // Wolle: has this boolean really to be negated as well?
|
||||
isEmailChecked: this.filterCheckedEmails,
|
||||
isDeleted: this.filterDeletedUser,
|
||||
},
|
||||
fetchPolicy: 'no-cache',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user