| @@ 490-505 (lines=16) @@ | ||
| 487 | $I->see('規格を削除しました。', ClassNameManagePage::$登録完了メッセージ); |
|
| 488 | } |
|
| 489 | ||
| 490 | public function product_規格表示順の変更(\AcceptanceTester $I) |
|
| 491 | { |
|
| 492 | $I->wantTo('EA0308-UC01-T01 規格表示順の変更'); |
|
| 493 | ||
| 494 | $ProductClassPage = ClassNameManagePage::go($I); |
|
| 495 | $I->see("サイズ", $ProductClassPage->一覧_名称(1)); |
|
| 496 | $I->see("材質", $ProductClassPage->一覧_名称(2)); |
|
| 497 | ||
| 498 | $ProductClassPage->一覧_下に(1); |
|
| 499 | $I->see("材質", $ProductClassPage->一覧_名称(1)); |
|
| 500 | $I->see("サイズ", $ProductClassPage->一覧_名称(2)); |
|
| 501 | ||
| 502 | $ProductClassPage->一覧_上に(2); |
|
| 503 | $I->see("サイズ", $ProductClassPage->一覧_名称(1)); |
|
| 504 | $I->see("材質", $ProductClassPage->一覧_名称(2)); |
|
| 505 | } |
|
| 506 | ||
| 507 | public function product_分類表示順の変更(\AcceptanceTester $I) |
|
| 508 | { |
|
| @@ 184-199 (lines=16) @@ | ||
| 181 | $I->acceptPopup(); |
|
| 182 | } |
|
| 183 | ||
| 184 | public function basicinfo_配送方法一覧順序変更(\AcceptanceTester $I) |
|
| 185 | { |
|
| 186 | $I->wantTo('EA0706-UC02-T01 配送方法一覧順序変更'); |
|
| 187 | ||
| 188 | $DeliveryManagePage = DeliveryManagePage::go($I); |
|
| 189 | $I->see('サンプル宅配 / サンプル宅配', $DeliveryManagePage->一覧_名称(1)); |
|
| 190 | $I->see('サンプル業者 / サンプル業者', $DeliveryManagePage->一覧_名称(2)); |
|
| 191 | ||
| 192 | $DeliveryManagePage->一覧_下に(1); |
|
| 193 | $I->see('サンプル業者 / サンプル業者', $DeliveryManagePage->一覧_名称(1)); |
|
| 194 | $I->see('サンプル宅配 / サンプル宅配', $DeliveryManagePage->一覧_名称(2)); |
|
| 195 | ||
| 196 | $DeliveryManagePage->一覧_上に(2); |
|
| 197 | $I->see('サンプル宅配 / サンプル宅配', $DeliveryManagePage->一覧_名称(1)); |
|
| 198 | $I->see('サンプル業者 / サンプル業者', $DeliveryManagePage->一覧_名称(2)); |
|
| 199 | } |
|
| 200 | ||
| 201 | public function basicinfo_税率設定(\AcceptanceTester $I) |
|
| 202 | { |
|