Theres been a change on the UI module that made a repercussion in the ABTesting
This test on OriginalPageFieldFactoryTest.java
That made the
verify(abTestingContext, times(1)).setOriginalPageId("mockId");
go to
verify(abTestingContext, times(2)).setOriginalPageId("mockId");