Exemplo n.º 1
0
 public void TestFromLangOptions()
 {
     try
     {
         Assert.IsTrue(Page.CheckLangOptions(DropboxType.From));
     }
     catch (AssertionException)
     {
         BasePage.TakeScreenshot(ScreenShotType.CalcPage, BaseTest <TIWebDriver> .WebDriver);
         string exMsg = "'Русский' is not found in the 'From language' dropbox";
         throw new AssertionException(exMsg);
     }
 }