codeception/_support/Page/Admin/OrderManagePage.php 1 location
|
@@ 208-216 (lines=9) @@
|
205 |
|
return $this; |
206 |
|
} |
207 |
|
|
208 |
|
public function 一括メール送信() |
209 |
|
{ |
210 |
|
$this->tester->click(['id' => 'bulkSendMail']); |
211 |
|
$this->tester->waitForElementVisible(['id' => 'sentUpdateModal']); |
212 |
|
$this->tester->click(['id' => 'bulkChange']); |
213 |
|
$this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
214 |
|
|
215 |
|
return $this; |
216 |
|
} |
217 |
|
|
218 |
|
public function 一覧_注文番号($rowNum) |
219 |
|
{ |
codeception/_support/Page/Admin/ShippingEditPage.php 1 location
|
@@ 207-215 (lines=9) @@
|
204 |
|
return $this; |
205 |
|
} |
206 |
|
|
207 |
|
public function 変更を確定() |
208 |
|
{ |
209 |
|
$this->tester->waitForElementVisible(['id' => 'bulkChange']); |
210 |
|
$this->tester->click(['id' => 'bulkChange']); |
211 |
|
$this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
212 |
|
$this->tester->click(['id' => 'bulkChangeComplete']); |
213 |
|
|
214 |
|
return $this; |
215 |
|
} |
216 |
|
|
217 |
|
public function 出荷先を追加() |
218 |
|
{ |