Commit e892e9ad080c9dc439ed84c4ddae63c42c86dc83

Authored by 赵旭婷
1 parent d965ffe9

新增采购单复制创建、采购单编辑保存

Showing 1 changed file with 0 additions and 2 deletions
pages/purchasePage.ts
@@ -633,8 +633,6 @@ export class PurchasePage extends BasePage { @@ -633,8 +633,6 @@ export class PurchasePage extends BasePage {
633 await this.page.waitForTimeout(300); 633 await this.page.waitForTimeout(300);
634 await searchInput.fill(productName); 634 await searchInput.fill(productName);
635 await this.page.waitForTimeout(500); 635 await this.page.waitForTimeout(500);
636 - await this.page.keyboard.press('Enter');  
637 - await this.page.waitForTimeout(1000);  
638 } 636 }
639 637
640 /** 638 /**