We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b3649 commit 6be8f8cCopy full SHA for 6be8f8c
dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/PlaceOrderStep.php
@@ -116,8 +116,8 @@ public function run()
116
$this->assertGrandTotalOrderReview->processAssert($this->checkoutOnepage, $this->prices['grandTotal']);
117
}
118
$this->checkoutOnepage->getPaymentBlock()->getSelectedPaymentMethodBlock()->clickPlaceOrder();
119
- $this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
120
$orderId = $this->checkoutOnepageSuccess->getSuccessBlock()->getGuestOrderId();
+ $this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
121
$data = [
122
'id' => $orderId,
123
'entity_id' => ['products' => $this->products]
0 commit comments