Index: ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyProxy.java =================================================================== diff -u -r34430 -r36198 --- ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyProxy.java (.../ApplyProxy.java) (revision 34430) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/selenium3/page/apply/ApplyProxy.java (.../ApplyProxy.java) (revision 36198) @@ -178,6 +178,12 @@ applyHandle.click_add_custom_tousse_material_btn(); } applyHandle.click_commit_custom_tousse_apply_btn(); + try { + Thread.sleep(4500); + } catch (InterruptedException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } Utils.driver.switchTo().defaultContent(); return Utils.get_ext_tip_msg(); }