describe('Show title', () => {
            it('should have `Edit Location` modal title defined when location ID exist', () => {
                spyOn(LocationModel, 'getItem').and.returnValue(location);
                element = render();
                const title = element.find('h4');