WPT Public Instance - first view: test data missing

Hi,

I am getting first view: test data missing error in results while the repeat view results are fine.
The above issue observed in Public instance while in private instance results in firstview and repeat view is fine.

Please refer report WebPageTest - Running web page performance and optimization tests...

Please help.

Script for your reference
logData 0
navigate https://www.aa.com/
execAndWait document.querySelector(‘#watOneWay > label’).click();document.getElementById(‘reservationFlightSearchForm.originAirport’).value=“JFK”;document.getElementById(‘reservationFlightSearchForm.destinationAirport’).value=“YTO”;document.getElementById(‘aa-leavingOn’).value=“09/30/2019”;
setTimeout 50000
setActivityTimeout 15000
execAndWait var dispatchMouseEvent = function(target, var_args) {var e = document.createEvent(“MouseEvents”);e.initMouseEvent.apply(e, Array.prototype.slice.call(arguments, 1));target.dispatchEvent(e);};element1=document.getElementById(‘flightSearchForm.button.reSubmit’);dispatchMouseEvent(element1, ‘click’, true, true);dispatchMouseEvent(element1, ‘mousedown’, true, true);
logData 1
setTimeout 50000
setActivityTimeout 15000
execAndWait var dispatchMouseEvent1 = function(target, var_args) {var e = document.createEvent(“MouseEvents”);e.initMouseEvent.apply(e, Array.prototype.slice.call(arguments, 1));target.dispatchEvent(e);};element2=document.querySelector(‘#slice0Flight1MainCabin’);dispatchMouseEvent1(element2, ‘click’, true, true);dispatchMouseEvent1(element2, ‘mousedown’, true, true);

Thanks and Regards,
Sakthivel Raja V