Skip to content

Commit 60606f1

Browse files
author
Elena Marchenko
committed
MTA-559: Updated review block for onepage checkout
1 parent 0f9e8e0 commit 60606f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/AbstractReview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function getShippingExclTax()
314314
*/
315315
public function placeOrder()
316316
{
317-
$this->_rootElement->find($this->$continueCheckoutButton, Locator::SELECTOR_CSS)->click();
317+
$this->_rootElement->find($this->continueCheckoutButton, Locator::SELECTOR_CSS)->click();
318318
$this->waitForElementNotVisible($this->waitElement);
319319
}
320320

0 commit comments

Comments
 (0)