Index: ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyPage.java =================================================================== diff -u -r34430 -r35622 --- ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyPage.java (.../ApplyPage.java) (revision 34430) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyPage.java (.../ApplyPage.java) (revision 35622) @@ -370,7 +370,7 @@ * @return */ public WebElement get_foreign_material_count(int i){ - By foreignMaterialCount = By.xpath("//*[@id='foreignTousseTreeGridForm-body']/div[1]/table[1]/tbody[1]/tr["+i+"]/td[4]");//外来器械材料数量行 + By foreignMaterialCount = By.xpath("//*[@id='foreignTousseTreeGridForm-body']/div[1]/table[1]/tbody[1]/tr["+i+"]/td[5]");//外来器械材料数量行 return get_element_until_clickable(foreignMaterialCount); }