Example #1
0
        public void ThenISeePermissionsGroup(string category)
        {
            bool     hasCategory = false;
            IControl categoryRow = DL_PermissionsPage.GetPermissionsCategoryRow(category, out hasCategory);

            if (!hasCategory)
            {
                ScenarioContext.Current["ActResult"] = "Failed";
            }
        }