codeception/_support/Page/Admin/OrderManagePage.php 1 location
|
@@ 40-46 (lines=7) @@
|
| 37 |
|
return $this; |
| 38 |
|
} |
| 39 |
|
|
| 40 |
|
public function 詳細検索設定() |
| 41 |
|
{ |
| 42 |
|
$this->tester->click(self::$詳細検索ボタン); |
| 43 |
|
$this->tester->waitForElementVisible(['id' => 'searchDetail']); |
| 44 |
|
$this->tester->wait(0.5); |
| 45 |
|
return $this; |
| 46 |
|
} |
| 47 |
|
|
| 48 |
|
public function 入力_ご注文者お名前($value) |
| 49 |
|
{ |
codeception/_support/Page/Admin/ShippingManagePage.php 1 location
|
@@ 39-45 (lines=7) @@
|
| 36 |
|
return $this; |
| 37 |
|
} |
| 38 |
|
|
| 39 |
|
public function 詳細検索設定() |
| 40 |
|
{ |
| 41 |
|
$this->tester->click(self::$詳細検索ボタン); |
| 42 |
|
$this->tester->waitForElementVisible(['id' => 'searchDetail']); |
| 43 |
|
$this->tester->wait(0.5); |
| 44 |
|
return $this; |
| 45 |
|
} |
| 46 |
|
|
| 47 |
|
public function 入力_ご注文者お名前($value) |
| 48 |
|
{ |