@@ -58,6 +58,9 @@ discard block |
||
58 | 58 | return $this; |
59 | 59 | } |
60 | 60 | |
61 | + /** |
|
62 | + * @param integer $rowNum |
|
63 | + */ |
|
61 | 64 | public function 一覧_編集($rowNum) |
62 | 65 | { |
63 | 66 | $this->tester->click(['xpath' => "//*[@id='form_bulk']/div[2]/div/table/tbody/tr[${rowNum}]/td[2]/a"]); |
@@ -117,6 +120,9 @@ discard block |
||
117 | 120 | $this->tester->click('#form_bulk #btn_bulk_mail'); |
118 | 121 | } |
119 | 122 | |
123 | + /** |
|
124 | + * @param integer $rowNum |
|
125 | + */ |
|
120 | 126 | public function 一覧_チェックボックス($rowNum) |
121 | 127 | { |
122 | 128 | $this->tester->click(['xpath' => "//*[@id='form_bulk']/div[2]/div/table/tbody/tr[${rowNum}]/td[1]/input"]); |