mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Changed the test description loginAPI to API
This commit is contained in:
parent
6581351c0c
commit
9b93e4412f
@ -110,7 +110,7 @@ describe('UserCard_FormUsername', () => {
|
||||
await flushPromises()
|
||||
})
|
||||
|
||||
it('calls the loginAPI', () => {
|
||||
it('calls the API', () => {
|
||||
expect(mockAPIcall).toBeCalledWith(
|
||||
expect.objectContaining({
|
||||
variables: {
|
||||
@ -159,7 +159,7 @@ describe('UserCard_FormUsername', () => {
|
||||
await flushPromises()
|
||||
})
|
||||
|
||||
it('calls the loginAPI', () => {
|
||||
it('calls the API', () => {
|
||||
expect(mockAPIcall).toBeCalledWith(
|
||||
expect.objectContaining({
|
||||
variables: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user