|
@@ -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.