We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9e8e0 commit 60606f1Copy full SHA for 60606f1
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/AbstractReview.php
@@ -314,7 +314,7 @@ public function getShippingExclTax()
314
*/
315
public function placeOrder()
316
{
317
- $this->_rootElement->find($this->$continueCheckoutButton, Locator::SELECTOR_CSS)->click();
+ $this->_rootElement->find($this->continueCheckoutButton, Locator::SELECTOR_CSS)->click();
318
$this->waitForElementNotVisible($this->waitElement);
319
}
320
0 commit comments