mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 00:08:45 +00:00
Merge branch '2144-Add_Search_Results_Page' of https://github.com/Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
This commit is contained in:
commit
ade4114c73
@ -235,9 +235,9 @@ describe('UpdateUser', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('supports updating location', async () => {
|
it('supports updating location', async () => {
|
||||||
variables = { ...variables, locationName: 'Hamburg, New Jersey, United States of America' }
|
variables = { ...variables, locationName: 'Hamburg, New Jersey, United States' }
|
||||||
await expect(mutate({ mutation: updateUserMutation, variables })).resolves.toMatchObject({
|
await expect(mutate({ mutation: updateUserMutation, variables })).resolves.toMatchObject({
|
||||||
data: { UpdateUser: { locationName: 'Hamburg, New Jersey, United States of America' } },
|
data: { UpdateUser: { locationName: 'Hamburg, New Jersey, United States' } },
|
||||||
errors: undefined,
|
errors: undefined,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@ -51,8 +51,8 @@ const newlyCreatedNodesWithLocales = [
|
|||||||
country: {
|
country: {
|
||||||
id: expect.stringContaining('country'),
|
id: expect.stringContaining('country'),
|
||||||
type: 'country',
|
type: 'country',
|
||||||
name: 'United States of America',
|
name: 'United States',
|
||||||
nameEN: 'United States of America',
|
nameEN: 'United States',
|
||||||
nameDE: 'Vereinigte Staaten',
|
nameDE: 'Vereinigte Staaten',
|
||||||
namePT: 'Estados Unidos',
|
namePT: 'Estados Unidos',
|
||||||
nameES: 'Estados Unidos',
|
nameES: 'Estados Unidos',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user