//[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(); } }