|
@@ 507-538 (lines=32) @@
|
| 504 |
|
$I->see("材質", $ProductClassPage->一覧_名称(2)); |
| 505 |
|
} |
| 506 |
|
|
| 507 |
|
public function product_分類表示順の変更(\AcceptanceTester $I) |
| 508 |
|
{ |
| 509 |
|
$I->wantTo('EA0311-UC01-T01 分類表示順の変更'); |
| 510 |
|
|
| 511 |
|
ClassNameManagePage::go($I) |
| 512 |
|
->一覧_分類登録(1); |
| 513 |
|
|
| 514 |
|
$ProductClassCategoryPage = ClassCategoryManagePage::at($I); |
| 515 |
|
$I->see('150cm', $ProductClassCategoryPage->一覧_名称(1)); |
| 516 |
|
$I->see('170mm', $ProductClassCategoryPage->一覧_名称(2)); |
| 517 |
|
$I->see('120mm', $ProductClassCategoryPage->一覧_名称(3)); |
| 518 |
|
|
| 519 |
|
$ProductClassCategoryPage->一覧_下に(1); |
| 520 |
|
$I->see('170mm', $ProductClassCategoryPage->一覧_名称(1)); |
| 521 |
|
$I->see('150cm', $ProductClassCategoryPage->一覧_名称(2)); |
| 522 |
|
$I->see('120mm', $ProductClassCategoryPage->一覧_名称(3)); |
| 523 |
|
|
| 524 |
|
$ProductClassCategoryPage->一覧_下に(2); |
| 525 |
|
$I->see('170mm', $ProductClassCategoryPage->一覧_名称(1)); |
| 526 |
|
$I->see('120mm', $ProductClassCategoryPage->一覧_名称(2)); |
| 527 |
|
$I->see('150cm', $ProductClassCategoryPage->一覧_名称(3)); |
| 528 |
|
|
| 529 |
|
$ProductClassCategoryPage->一覧_上に(3); |
| 530 |
|
$I->see('170mm', $ProductClassCategoryPage->一覧_名称(1)); |
| 531 |
|
$I->see('150cm', $ProductClassCategoryPage->一覧_名称(2)); |
| 532 |
|
$I->see('120mm', $ProductClassCategoryPage->一覧_名称(3)); |
| 533 |
|
|
| 534 |
|
$ProductClassCategoryPage->一覧_上に(2); |
| 535 |
|
$I->see('150cm', $ProductClassCategoryPage->一覧_名称(1)); |
| 536 |
|
$I->see('170mm', $ProductClassCategoryPage->一覧_名称(2)); |
| 537 |
|
$I->see('120mm', $ProductClassCategoryPage->一覧_名称(3)); |
| 538 |
|
} |
| 539 |
|
|
| 540 |
|
public function product_分類登録(\AcceptanceTester $I) |
| 541 |
|
{ |
|
@@ 628-656 (lines=29) @@
|
| 625 |
|
$I->acceptPopup(); |
| 626 |
|
} |
| 627 |
|
|
| 628 |
|
public function product_カテゴリ表示順の変更(\AcceptanceTester $I) |
| 629 |
|
{ |
| 630 |
|
$I->wantTo("EA0309-UC01-T01 カテゴリ表示順の変更"); |
| 631 |
|
|
| 632 |
|
$CategoryPage = CategoryManagePage::go($I); |
| 633 |
|
$I->see('インテリア', $CategoryPage->一覧_名称(2)); |
| 634 |
|
$I->see('キッチンツール', $CategoryPage->一覧_名称(3)); |
| 635 |
|
$I->see('新入荷', $CategoryPage->一覧_名称(4)); |
| 636 |
|
|
| 637 |
|
$CategoryPage->一覧_下に(2); |
| 638 |
|
$I->see('キッチンツール', $CategoryPage->一覧_名称(2)); |
| 639 |
|
$I->see('インテリア', $CategoryPage->一覧_名称(3)); |
| 640 |
|
$I->see('新入荷', $CategoryPage->一覧_名称(4)); |
| 641 |
|
|
| 642 |
|
$CategoryPage->一覧_下に(3); |
| 643 |
|
$I->see('キッチンツール', $CategoryPage->一覧_名称(2)); |
| 644 |
|
$I->see('新入荷', $CategoryPage->一覧_名称(3)); |
| 645 |
|
$I->see('インテリア', $CategoryPage->一覧_名称(4)); |
| 646 |
|
|
| 647 |
|
$CategoryPage->一覧_上に(4); |
| 648 |
|
$I->see('キッチンツール', $CategoryPage->一覧_名称(2)); |
| 649 |
|
$I->see('インテリア', $CategoryPage->一覧_名称(3)); |
| 650 |
|
$I->see('新入荷', $CategoryPage->一覧_名称(4)); |
| 651 |
|
|
| 652 |
|
$CategoryPage->一覧_上に(3); |
| 653 |
|
$I->see('インテリア', $CategoryPage->一覧_名称(2)); |
| 654 |
|
$I->see('キッチンツール', $CategoryPage->一覧_名称(3)); |
| 655 |
|
$I->see('新入荷', $CategoryPage->一覧_名称(4)); |
| 656 |
|
} |
| 657 |
|
|
| 658 |
|
public function product_商品CSV登録(\AcceptanceTester $I) |
| 659 |
|
{ |