Skip to content

Commit 19e9f85

Browse files
MC-36405: Reorder is not working with custom options date with JavaScript Calendar enabled
1 parent f9c31db commit 19e9f85

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Controller/Order

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Controller/Order/ReorderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function testReorderWithJSCalendar(): void
157157
$this->quote = $this->checkoutSession->getQuote();
158158
$quoteItemsCollection = $this->quote->getItemsCollection();
159159
$this->assertCount(1, $quoteItemsCollection);
160-
$items = $this->quote->getItems();
160+
$items = $quoteItemsCollection->getItems();
161161
$quoteItem = array_pop($items);
162162
$quoteRequestOptions = $quoteItem->getBuyRequest()->getOptions();
163163
$this->assertEquals($orderRequestOptions, $quoteRequestOptions);

0 commit comments

Comments
 (0)