Code Duplication    Length = 8-8 lines in 2 locations

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

@@ 83-90 (lines=8) @@
80
        return $this;
81
    }
82
83
    public function 規格初期化()
84
    {
85
        $this->tester->click(self::$初期化ボタン);
86
        $this->tester->waitForElement(['css' => '#initializationConfirm > div > div > div.modal-footer > form > button']);
87
        $this->tester->wait(1);
88
        $this->tester->click(['css' => '#initializationConfirm > div > div > div.modal-footer > form > button']);
89
        return $this;
90
    }
91
92
    public function 登録()
93
    {

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

@@ 76-83 (lines=8) @@
73
        return $this;
74
    }
75
76
    public function 規格管理()
77
    {
78
        $this->tester->click(['css' => '#standardConfig > div > div.d-block.text-center.text-center > a']);
79
        $this->tester->waitForElement(['css' => '#confirmFormChangeModal > div > div > div.modal-footer > a']);
80
        $this->tester->wait(1);
81
        $this->tester->click(['css' => '#confirmFormChangeModal > div > div > div.modal-footer > a']);
82
        return $this;
83
    }
84
85
    public function 登録()
86
    {