コード例 #1
0
        public void ViewCustomerConsumptionSetting(CustomerManagementData input)
        {
            //Industry.Select an old existing customer which didn't defined consumption setting for map before.
            CustomerManageSetting.FocusOnCustomer(input.InputData.CommonName);

            //Open 'Consumption Setting For Map' (地图页信息) tab.
            CustomerManageSetting.NavigateToCustmerMapPageInfoSetting();
            TimeManager.MediumPause();

            //Four options are checked by default.All checkboxes are disabled in View mode.
            Assert.IsTrue(CustomerManageSetting.AreDefaultOptionsChecked());
            Assert.IsTrue(CustomerManageSetting.AreCheckBoxOptionDisabled());

            //2.Create a new customer successfully    Do not auto now.

            //Select the newly created customer

            //Open 'Consumption Setting For Map' (地图页信息) tab.
        }