@@ -272,7 +272,7 @@ |
||
272 | 272 | } |
273 | 273 | |
274 | 274 | public function 件数変更($num) { |
275 | - $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count=' . $num); |
|
275 | + $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count='.$num); |
|
276 | 276 | return $this; |
277 | 277 | } |
278 | 278 | } |