My test seems to fail on the Connect to pop up step
The pop-up loads just fine, however I think the test studio just can't connect to it.
here is the code for the step
// Connect to pop-up window : '<MYURLISHERE>.aspx?oid=54807'
Manager.WaitForNewBrowserConnect("<MYURLISHERE>.aspx?oid=" + (string)GetExtractedValue("OrderNumber"), true, 5000);
Manager.ActiveBrowser.WaitUntilReady();
Take note even without replacing the oid the connect to popup fails, but still loads page,
MYURLISHERE is actually a URL in the code in TS.