WPT Public Instance - first view: test data missing
|
07-09-2019, 09:36 PM
(This post was last modified: 07-11-2019 03:20 PM by sakthivel.vaithilingam.)
Post: #1
|
|||
|
|||
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 https://www.webpagetest.org/result/19070...d89db5d1a/ 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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)