@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Codeception\Util\Fixtures; |
4 | -use Page\Front\CartPage; |
|
5 | 4 | use Page\Front\ProductDetailPage; |
6 | 5 | use Page\Front\ProductListPage; |
7 | 6 | use Page\Front\TopPage; |
@@ -75,7 +75,7 @@ |
||
75 | 75 | |
76 | 76 | public function 規格管理() |
77 | 77 | { |
78 | - $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'],0, 200); |
|
78 | + $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'], 0, 200); |
|
79 | 79 | $this->tester->click(['css' => '#standardConfig > div > div.d-block.text-center > a']); |
80 | 80 | $this->tester->waitForElement(['css' => '#standardConfig > div > div.d-block.text-center > a']); |
81 | 81 | $this->tester->wait(1); |