|
@@ 125-135 (lines=11) @@
|
| 122 |
|
return $this; |
| 123 |
|
} |
| 124 |
|
|
| 125 |
|
public function 一覧_メール通知($rowNum) |
| 126 |
|
{ |
| 127 |
|
$this->tester->click(['css' => "#search_result > tbody > tr:nth-child(${rowNum}) > td.align-middle.pr-3.text-center > div > div:nth-child(1) > a"]); |
| 128 |
|
$this->tester->waitForElementVisible(['id' => 'sentUpdateModal']); |
| 129 |
|
$this->tester->wait(2); |
| 130 |
|
$this->tester->scrollTo(['id' => 'bulkChange']); |
| 131 |
|
$this->tester->click(['id' => 'bulkChange']); |
| 132 |
|
$this->tester->wait(5); |
| 133 |
|
$this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
| 134 |
|
return $this; |
| 135 |
|
} |
| 136 |
|
|
| 137 |
|
public function 一覧_選択($rowNum) |
| 138 |
|
{ |
|
@@ 150-160 (lines=11) @@
|
| 147 |
|
} |
| 148 |
|
|
| 149 |
|
|
| 150 |
|
public function 個別メール送信($rowNum) |
| 151 |
|
{ |
| 152 |
|
$this->tester->click(['css' => "#search_result > tbody > tr:nth-child(${rowNum}) > td.align-middle.pr-3.text-center > div > div:nth-child(1) > a"]); |
| 153 |
|
$this->tester->waitForElementVisible(['id' => 'sentUpdateModal']); |
| 154 |
|
$this->tester->wait(2); |
| 155 |
|
$this->tester->scrollTo(['id' => 'bulkChange']); |
| 156 |
|
$this->tester->click(['id' => 'bulkChange']); |
| 157 |
|
$this->tester->wait(5); |
| 158 |
|
$this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
| 159 |
|
return $this; |
| 160 |
|
} |
| 161 |
|
|
| 162 |
|
public function 一括メール送信() |
| 163 |
|
{ |