示例#1
0
  @Test
  public void test1() throws IOException {
    mainPage = new MainPage(driver);

    mainPage.clickLogo();
    mainPage.switchToLoginPage();

    System.out.println("End test1");
  }