コード例 #1
0
        public void WhenISelectJobsForACustomerToBill()
        {
            string JobNo = testData.ReadData("JobNumber");


            billingDashboard.SelectBusinessAreaFilter("Shipping");
            Wait(5);
            cf.BillingDashboard_SearchFilter("Job Number", BillingDashboard.SearchJobNumber, JobNo);
            Wait(5);
            billingDashboard.SelectSingleJobToBill("SINGLE");
        }