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
68
68
}
69
69
70
70
/**
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
72
73
*
73
74
* @return void
74
75
*/
75
76
public function testCanReorderForLoggedCustomer (): void
76
77
{
77
- $ order = $ this ->orderFactory ->create ()->loadByIncrementId ('100000555 ' );
78
+ $ order = $ this ->orderFactory ->create ()->loadByIncrementId ('100000001 ' );
78
79
$ this ->customerSession ->setCustomerId ($ order ->getCustomerId ());
79
80
$ this ->assertTrue ($ this ->helper ->canReorder ($ order ->getId ()));
80
81
}
You can’t perform that action at this time.
0 commit comments