Code Duplication    Length = 9-10 lines in 3 locations

codeception/_support/Page/Admin/CustomerManagePage.php 1 location

@@ 54-63 (lines=10) @@
51
        return $this;
52
    }
53
54
    public function 詳細検索_電話番号($value = '')
55
    {
56
        $this->tester->click(self::$詳細検索ボタン);
57
        $this->tester->wait(1);
58
        $this->tester->fillField(['id' => 'admin_search_customer_phone_number'], $value);
59
        $this->tester->click(self::$検索ボタン);
60
        $this->tester->see('会員一覧会員管理', '.c-pageTitle');
61
62
        return $this;
63
    }
64
65
    /**
66
     * @param integer $rowNum

codeception/_support/Page/Admin/OrderManagePage.php 1 location

@@ 77-85 (lines=9) @@
74
        return $this;
75
    }
76
77
    public function 詳細検索_電話番号($value = '')
78
    {
79
        $this->tester->click(self::$詳細検索ボタン);
80
        $this->tester->wait(1);
81
        $this->tester->fillField(['id' => 'admin_search_order_phone_number'], $value);
82
        $this->tester->click('#search_form #search_submit');
83
84
        return $this;
85
    }
86
87
    public function 受注CSVダウンロード実行()
88
    {

codeception/_support/Page/Admin/ProductManagePage.php 1 location

@@ 78-87 (lines=10) @@
75
        return $this;
76
    }
77
78
    public function 詳細検索_ステータス($value)
79
    {
80
        $this->tester->click(self::$詳細検索ボタン);
81
        $this->tester->wait(1);
82
        $this->tester->checkOption(['id' => 'admin_search_product_status_'.$value]);
83
        $this->tester->click(self::$検索ボタン);
84
        $this->tester->see('商品一覧商品管理', '.c-pageTitle');
85
86
        return $this;
87
    }
88
89
    /**
90
     * 検索結果の指定した行の規格設定に遷移。