Skip to content

Commit 6f630ce

Browse files
ACQE-8858: Verify that The store that was requested should be visible on credit memo grid page in admin
- Fixed static failures
1 parent feb0e4f commit 6f630ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/StoreWithNumericNameCreditmemoWorkflowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function testCompleteWorkflowWithNumericStoreNames(): void
191191
$this->verifyCreditMemoGridDisplaysRecords($creditmemo, $order);
192192

193193
// Step 5: Verify store name rendering in grid context (UI validation proves DB layer works)
194-
$this->verifyStoreNameRenderingInGrid($creditmemo, $order, $store);
194+
$this->verifyStoreNameRenderingInGrid($creditmemo, $store);
195195
}
196196

197197
/**

0 commit comments

Comments
 (0)