public void Administration() { CommonSection.ClickToggleNevigationIcon(); _test.Log(Status.Info, "Taped Responsive Menu Icon on Top Nevigation Bar"); CommonSection.Administer.People.Organizations_Mobile(); _test.Log(Status.Info, "Organization page opens"); OrganizationsPage.ClickSearch(); _test.Log(Status.Info, "Done Blank search"); Assert.IsTrue(OrganizationsPage.DisplaySearchRecords > 1);//checks Organization search is working CommonSection.ClickToggleNevigationIcon(); _test.Log(Status.Info, "Taped Responsive Menu Icon on Top Nevigation Bar"); CommonSection.Manage.Careers_Mobile(); _test.Log(Status.Info, "open Careers page from common section on mobile web "); CareersPage.ClickJobTitleTab_Mobile(); _test.Log(Status.Info, "Opened JobTitle tab on Careers page"); CareersPage.JobTitleKI.SearchJobtitle(""); _test.Log(Status.Info, "did blank search in job tiltle"); Assert.IsTrue(CareersPage.JobTitleKI.DisplaySearchRecords >= 1); //CommonSection.Administer.System.BrandingAndCustomization.HomepageCustomization(); //_test.Log(Status.Info, "opened home customization page"); //Assert.IsTrue(HomePage.Title == "Home");// just checks the title }