File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento/Sales/Helper Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments