Skip to content

Commit

Permalink
1164: OnePageCheckoutOfflinePaymentMethodsTest rework to support MSI …
Browse files Browse the repository at this point in the history
…reservation mechanism.
  • Loading branch information
nmalevanec committed Jun 19, 2018
1 parent 25b3649 commit 6be8f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public function run()
$this->assertGrandTotalOrderReview->processAssert($this->checkoutOnepage, $this->prices['grandTotal']);
}
$this->checkoutOnepage->getPaymentBlock()->getSelectedPaymentMethodBlock()->clickPlaceOrder();
$this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
$orderId = $this->checkoutOnepageSuccess->getSuccessBlock()->getGuestOrderId();
$this->assertOrderSuccessPlacedMessage->processAssert($this->checkoutOnepageSuccess);
$data = [
'id' => $orderId,
'entity_id' => ['products' => $this->products]
Expand Down

0 comments on commit 6be8f8c

Please sign in to comment.