Failed Conditions
Pull Request — experimental/sf (#31)
by Kentaro
06:59
created
codeception/_support/Page/Admin/ProductEditPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
     public function 規格管理()
83 83
     {
84
-        $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'],0, 200);
84
+        $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'], 0, 200);
85 85
         $this->tester->click(['css' => '#standardConfig > div > div.d-block.text-center > a']);
86 86
         $this->tester->waitForElement(['css' => '#standardConfig > div > div.d-block.text-center > a']);
87 87
         $this->tester->wait(1);
Please login to merge, or discard this patch.