@@ 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 | { |
@@ 181-196 (lines=16) @@ | ||
178 | $I->acceptPopup(); |
|
179 | } |
|
180 | ||
181 | public function basicinfo_配送方法一覧順序変更(\AcceptanceTester $I) |
|
182 | { |
|
183 | $I->wantTo('EA0706-UC02-T01 配送方法一覧順序変更'); |
|
184 | ||
185 | $DeliveryManagePage = DeliveryManagePage::go($I); |
|
186 | $I->see('サンプル宅配', $DeliveryManagePage->一覧_名称(1)); |
|
187 | $I->see('サンプル業者', $DeliveryManagePage->一覧_名称(2)); |
|
188 | ||
189 | $DeliveryManagePage->一覧_下に(1); |
|
190 | $I->see('サンプル業者', $DeliveryManagePage->一覧_名称(1)); |
|
191 | $I->see('サンプル宅配', $DeliveryManagePage->一覧_名称(2)); |
|
192 | ||
193 | $DeliveryManagePage->一覧_上に(2); |
|
194 | $I->see('サンプル宅配', $DeliveryManagePage->一覧_名称(1)); |
|
195 | $I->see('サンプル業者', $DeliveryManagePage->一覧_名称(2)); |
|
196 | } |
|
197 | ||
198 | public function basicinfo_税率設定(\AcceptanceTester $I) |
|
199 | { |