Code Duplication    Length = 7-7 lines in 2 locations

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

@@ 39-45 (lines=7) @@
36
        return $this;
37
    }
38
39
    public function 詳細検索設定()
40
    {
41
        $this->tester->click(self::$詳細検索ボタン);
42
        $this->tester->waitForElementVisible(['id' => 'searchDetail']);
43
        $this->tester->wait(0.5);
44
        return $this;
45
    }
46
47
    public function 入力_ご注文者お名前($value)
48
    {

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

@@ 41-47 (lines=7) @@
38
        return $this;
39
    }
40
41
    public function 詳細検索設定()
42
    {
43
        $this->tester->click(self::$詳細検索ボタン);
44
        $this->tester->waitForElementVisible(['id' => 'searchDetail']);
45
        $this->tester->wait(0.5);
46
        return $this;
47
    }
48
49
    public function 入力_ご注文者お名前($value)
50
    {