|
@@ -40,7 +40,6 @@ public class ProjectMatchPage2120Test {
|
|
|
loginPage.enterLoginPage();
|
|
|
loginPage.verficationCodeLoginSuccess("15999999991", config.vercode);
|
|
|
projectMatchPage2120.speedMatchingSuccess();
|
|
|
- System.out.println(projectMatchPage2120.speedMatchList.toString());
|
|
|
assertTrue(Double.parseDouble(projectMatchPage2120.speedMatchList.get(0))==100);
|
|
|
assertTrue(Integer.parseInt(projectMatchPage2120.speedMatchList.get(1).replaceAll("\\D",""))>0);
|
|
|
assertTrue(Integer.parseInt(projectMatchPage2120.speedMatchList.get(2))>=1);
|
|
@@ -65,7 +64,6 @@ public class ProjectMatchPage2120Test {
|
|
|
loginPage.enterLoginPage();
|
|
|
loginPage.verficationCodeLoginSuccess("15999999991", config.vercode);
|
|
|
projectMatchPage2120.preciseMatchingSuccess();
|
|
|
- System.out.println(projectMatchPage2120.preciseMatchList.toString());
|
|
|
assertTrue(Double.parseDouble(projectMatchPage2120.preciseMatchList.get(0))>=50);
|
|
|
assertTrue(Integer.parseInt(projectMatchPage2120.preciseMatchList.get(1).replaceAll("\\D",""))>=2);
|
|
|
assertTrue(Integer.parseInt(projectMatchPage2120.preciseMatchList.get(2))>=1);
|
|
@@ -124,7 +122,6 @@ public class ProjectMatchPage2120Test {
|
|
|
loginPage.enterLoginPage();
|
|
|
loginPage.verficationCodeLoginSuccess("15999999990", config.vercode);
|
|
|
String text=projectMatchPage2120.openVip();
|
|
|
- System.out.println(text);
|
|
|
assertEquals(text,"开通政沣云会员");
|
|
|
}
|
|
|
|
|
@@ -136,7 +133,6 @@ public class ProjectMatchPage2120Test {
|
|
|
loginPage.enterLoginPage();
|
|
|
loginPage.verficationCodeLoginSuccess("15999999992", config.vercode);
|
|
|
String conpany=projectMatchPage2120.registerConapny("广州虎牙信息科技有限公司","杨","测试");
|
|
|
- System.out.println(conpany);
|
|
|
assertTrue(conpany.contains("广州虎牙信息科技有限公司"));
|
|
|
}
|
|
|
|