Code Duplication    Length = 7-8 lines in 6 locations

codeception/_support/Page/Admin/OrderManagePage.php 4 locations

@@ 70-76 (lines=7) @@
67
        return $this;
68
    }
69
70
    public function 受注CSVダウンロード実行()
71
    {
72
        $this->tester->click(['id' => 'csvDownloadDropDown']);
73
        $this->tester->waitForElementVisible(['id' => 'orderCsvDownload']);
74
        $this->tester->click(['id' => 'orderCsvDownload']);
75
        return $this;
76
    }
77
78
    public function 受注CSV出力項目設定()
79
    {
@@ 78-84 (lines=7) @@
75
        return $this;
76
    }
77
78
    public function 受注CSV出力項目設定()
79
    {
80
        $this->tester->click(['id' => 'csvSettingDropDown']);
81
        $this->tester->waitForElementVisible(['id' => 'orderCsvSetting']);
82
        $this->tester->click(['id' => 'orderCsvSetting']);
83
        return $this;
84
    }
85
86
    public function 配送CSVダウンロード実行()
87
    {
@@ 86-92 (lines=7) @@
83
        return $this;
84
    }
85
86
    public function 配送CSVダウンロード実行()
87
    {
88
        $this->tester->click(['id' => 'csvDownloadDropDown']);
89
        $this->tester->waitForElementVisible(['id' => 'shippingCsvDownload']);
90
        $this->tester->click(['id' => 'shippingCsvDownload']);
91
        return $this;
92
    }
93
94
    public function 配送CSV出力項目設定()
95
    {
@@ 94-100 (lines=7) @@
91
        return $this;
92
    }
93
94
    public function 配送CSV出力項目設定()
95
    {
96
        $this->tester->click(['id' => 'csvSettingDropDown']);
97
        $this->tester->waitForElementVisible(['id' => 'shippingCsvSetting']);
98
        $this->tester->click(['id' => 'shippingCsvSetting']);
99
        return $this;
100
    }
101
102
    public function すべてチェック()
103
    {

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

@@ 195-202 (lines=8) @@
192
        return $this;
193
    }
194
195
    public function 完全に削除()
196
    {
197
        $this->tester->click(['css' => '#form_bulk button.btn-ec-delete']);
198
        $this->tester->waitForElementVisible(['id' => 'bulkDelete']);
199
        $this->tester->click(['id' => 'bulkDelete']);
200
        $this->tester->waitForElementVisible(['id' => 'bulkDeleteDone']);
201
        return $this;
202
    }
203
204
    public function 一括削除完了()
205
    {

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

@@ 152-159 (lines=8) @@
149
        return $this;
150
    }
151
152
    public function 変更を確定()
153
    {
154
        $this->tester->waitForElementVisible(['id' => 'bulkChange']);
155
        $this->tester->click(['id' => 'bulkChange']);
156
        $this->tester->waitForElementVisible(['id' => 'bulkChangeComplete']);
157
        $this->tester->click(['id' => 'bulkChangeComplete']);
158
        return $this;
159
    }
160
161
    public function 出荷先を追加()
162
    {