it('should only call po for element timing when is enabled', () => {
          if (config.isElementTiming) {
            expect(spy).toHaveBeenCalledWith('element', initElementTiming);
          } else {
            expect(spy).not.toHaveBeenCalledWith('element', initElementTiming);