示例#1
0
        public void NavigateToPublishedIdeas()
        {
            swPublishedIdeas         publishedIdeas           = new swPublishedIdeas(Browser);
            PublishedIdeasAssertions publishedIdeasAssertions = new PublishedIdeasAssertions(Browser, publishedIdeas);

            publishedIdeas.GotoPublishedIdeas();
            publishedIdeas.ShowMoreDepartmentsButton.Click();

            //These do not yet work, commenting out for the time being
            //publishedIdeas.ShowMoreCategoriesButton.Click();
            //publishedIdeasAssertions.AssertPageElements();
        }
示例#2
0
 public PublishedIdeasAssertions(BrowserSession browser, swPublishedIdeas publishedIdeas) : base(browser)
 {
     this.publishedIdeas = publishedIdeas;
 }