Skip to content

Commit 162b49e

Browse files
committed
MC-38620: Merge release branch into 2.4-develop
fix tests after merge
1 parent 4de0d01 commit 162b49e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Sales/Helper/ReorderTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ public function testCanReorderForGuest(): void
6868
}
6969

7070
/**
71-
* @magentoDataFixture Magento/Sales/_files/customer_order_with_two_items.php
71+
* @magentoDataFixture Magento/Customer/_files/customer.php
72+
* @magentoDataFixture Magento/Sales/_files/order.php
7273
*
7374
* @return void
7475
*/
7576
public function testCanReorderForLoggedCustomer(): void
7677
{
77-
$order = $this->orderFactory->create()->loadByIncrementId('100000555');
78+
$order = $this->orderFactory->create()->loadByIncrementId('100000001');
7879
$this->customerSession->setCustomerId($order->getCustomerId());
7980
$this->assertTrue($this->helper->canReorder($order->getId()));
8081
}

0 commit comments

Comments
 (0)