Example #1
0
 public void A06_To_Test_Admin_User_Manages_Recommendations_Settings_by_Domain_33896()
 {
     // This test case scope is very less as this is somthing related to domain setting. We can not complete this test case as there is no child domain in external site.
     CommonSection.Manage.Recommendations();
     Assert.IsTrue(RecommendationsPage.checkDomainDropdown());
     _test.Log(Status.Info, "Assertion Pass as Select Domain Dropdown displaying to admin user under recommendation setting page ");
 }