This commit is contained in:
clauspeterhuebner 2025-03-21 01:34:11 +01:00
parent c94a201343
commit adf99b305c
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,6 @@ describe('Sidebar', () => {
it('has nav-item "navigation.info" in navbar', () => {
expect(wrapper.findAll('.nav-item').at(4).text()).toContain('Info')
})
})
describe('the specific section', () => {

View File

@ -70,7 +70,7 @@ describe('UserGMSLocationFormat', () => {
await dropdownItem.trigger('click')
expect(mockMutate).toHaveBeenCalledWith({
gmsPublishLocation: 'GMS_LOCATION_TYPE_APPROXIMATE'
gmsPublishLocation: 'GMS_LOCATION_TYPE_APPROXIMATE',
})
expect(mockToastSuccess).toHaveBeenCalledWith('settings.GMS.publish-location.updated')
expect(mockStore.commit).toHaveBeenCalledWith(