Commit dfda5730388b23d9a54102004841e410f1749d2f

Authored by zengjin
1 parent c91f162d

PO询价bug修复

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/main/java/com/essa/pageObject/HomePage.java
... ... @@ -343,7 +343,7 @@ public class HomePage extends BasePage{
343 343 */
344 344 public ProductInquiryTaskPage toProductInquiryTask() {
345 345 click(inquiryManage);
346   - click(productInquiryTask);
  346 + jsExecutorClick(productInquiryTask);
347 347 return new ProductInquiryTaskPage(driver);
348 348 }
349 349  
... ...