Esempio n. 1
0
 //[TestMethod]
 public void TestGOMHomeHeaderBGImageLoad()
 {
     browser = new FireFox();
     try
     {
         browser.GoTo(Constants.GOMobileWebHost);
         string GossipTitleContent = browser.Div(Find.ById("GossipTitle")).InnerHtml;
         Assert.AreEqual(GossipTitleContent, Constants.GOMobileWebHostTitle);
     }
     finally
     {
         browser.Close();
     }
 }