예제 #1
0
 public void TestGOMHomeTitleLoad()
 {
     Assert.IsTrue(SeleniumSafariUtils.TestTitleLoad(browser, Constants.GOMobileWebHost, Constants.GOMobileWebHostTitle));
 }
예제 #2
0
 public void TestGSHomeHeaderTextLoad()
 {
     Assert.IsTrue(SeleniumSafariUtils.TestHeaderTextLoad(browser, Constants.GSWebHost, Layout.GSTitleImg));
 }
예제 #3
0
 public void TestGOHomeLoad()
 {
     Assert.IsTrue(SeleniumSafariUtils.TestLoad(browser, Constants.GOWebHost));
 }