Skip to content

Commit 6be8f8c

Browse files
committed
1164: OnePageCheckoutOfflinePaymentMethodsTest rework to support MSI reservation mechanism.
1 parent 25b3649 commit 6be8f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/PlaceOrderStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ public function run()
116116
$this->assertGrandTotalOrderReview->processAssert($this->checkoutOnepage, $this->prices['grandTotal']);
117117
}
118118
$this->checkoutOnepage->getPaymentBlock()->getSelectedPaymentMethodBlock()->clickPlaceOrder();
119-
$this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
120119
$orderId = $this->checkoutOnepageSuccess->getSuccessBlock()->getGuestOrderId();
120+
$this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
121121
$data = [
122122
'id' => $orderId,
123123
'entity_id' => ['products' => $this->products]

0 commit comments

Comments
 (0)