@@ 105-115 (lines=11) @@ | ||
102 | return $this; |
|
103 | } |
|
104 | ||
105 | public function 一覧_メール通知($rowNum) |
|
106 | { |
|
107 | $this->tester->click(['css' => "#search_result > tbody > tr:nth-child(${rowNum}) > td.align-middle.pr-3.text-center > div > div:nth-child(1) > a"]); |
|
108 | $this->tester->waitForElementVisible(['id' => 'sentUpdateModal']); |
|
109 | $this->tester->wait(2); |
|
110 | $this->tester->scrollTo(['id' => 'bulkChange']); |
|
111 | $this->tester->click(['id' => 'bulkChange']); |
|
112 | $this->tester->wait(5); |
|
113 | $this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
|
114 | return $this; |
|
115 | } |
|
116 | ||
117 | public function 一覧_選択($rowNum) |
|
118 | { |
|
@@ 130-140 (lines=11) @@ | ||
127 | } |
|
128 | ||
129 | ||
130 | public function 個別メール送信($rowNum) |
|
131 | { |
|
132 | $this->tester->click(['css' => "#search_result > tbody > tr:nth-child(${rowNum}) > td.align-middle.pr-3.text-center > div > div:nth-child(1) > a"]); |
|
133 | $this->tester->waitForElementVisible(['id' => 'sentUpdateModal']); |
|
134 | $this->tester->wait(2); |
|
135 | $this->tester->scrollTo(['id' => 'bulkChange']); |
|
136 | $this->tester->click(['id' => 'bulkChange']); |
|
137 | $this->tester->wait(5); |
|
138 | $this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']); |
|
139 | return $this; |
|
140 | } |
|
141 | ||
142 | public function 一括メール送信() |
|
143 | { |