it('using the markStepOnce function should call WP.mark with the journey name', () => {
      spy = jest.spyOn(WP, 'mark');
      markStep('start_navigate_to_second_screen_first_journey');
      expect(spy.mock.calls.length).toBe(1);
      expect(spy).toHaveBeenCalledWith(