Exemplo n.º 1
0
        public void ARDefaultToOwnCostDMUserTest()
        {
            WindowsActions.KillEllisProcesses();
            App = EllisHome.LaunchEllisAsDMUser();

            LandingPage.SelectFromToolbar("AR");
            SearchWindow.SelectSearchElements(null, "ITransactions", SearchWindow.SearchTypeConstants.Advanced);

            Factory.AssertIsTrue(ARAdvancedSearchWindow.VerifyDefaultDistrictSelected("1926 - NW Empire"),
                                 "Default district is not equal to 1926 - NW Empire");

            Cleanup();
        }