コード例 #1
0
        public void ExcludeApprovedInitiatives()
        {
            var reportPage = new ReportPage(Driver);

            reportPage.SelectInitiativeInclusionOption(ReportPage.ExcludeApprovedInitiatives);
            CheckWindow("Exclude approved initiatives");
        }
コード例 #2
0
        public void ExcludePreliminaryInitiatives()
        {
            var reportPage = new ReportPage(Driver);

            reportPage.SelectInitiativeInclusionOption(ReportPage.ExcludePreliminaryInitiatives);
            CheckWindow("Exclude preliminary initiatives");
        }