Code Duplication    Length = 7-7 lines in 2 locations

codeception/_support/Page/Admin/ShippingEditPage.php 2 locations

@@ 123-129 (lines=7) @@
120
        return $this;
121
    }
122
123
    public function 商品検索($value = '')
124
    {
125
        $this->tester->click(['xpath' => '//*[@id="shipmentItem"]/div/div/div/button']);
126
        $this->tester->waitForElementVisible(['id' => 'addProduct']);
127
        $this->tester->click(['id' => 'searchItemsButton']);
128
        return $this;
129
    }
130
131
    public function 商品検索結果_選択($rowNum)
132
    {
@@ 131-137 (lines=7) @@
128
        return $this;
129
    }
130
131
    public function 商品検索結果_選択($rowNum)
132
    {
133
        $this->tester->click(['xpath' => "//*[@id='searchItemsResult']/table/tbody/tr[${rowNum}]/td[5]/i"]);
134
        $this->tester->click(['xpath' => '//*[@id="addProduct"]/div/div/div[1]/button']);
135
        $this->tester->wait(1);
136
        return $this;
137
    }
138
139
    public function 出荷情報登録()
140
    {