public void GivenIAmInAdminArticlePage()
 {
     normalTopMenu = new EduSohoTopMenuPage(context);
     normalTopMenu.GotoPersonalManage("管理后台");
     context["webdriver"] = driver;
     articlePage          = new EduSohoAdminArticlePage(context);
     //click 运营
     articlePage.AdminTopClick();
     //click 资讯管理
     articlePage.ArticleManageClick();
     context["webdriver"] = driver;
     articlePage          = new EduSohoAdminArticlePage(context);
 }
Esempio n. 2
0
 public void GivenHoverOnTheAvatarAndClick(string p0)
 {
     topMenue = new EduSohoTopMenuPage(context);
     topMenue.GotoPersonalManage(p0);
     context["webdriver"] = driver;
 }