Dashboard: expand governance mini bars to include reconcile mismatch and refund inconsistent

This commit is contained in:
萝卜
2026-03-17 02:48:11 +08:00
parent dca19ed114
commit db6fd9a9b7
3 changed files with 31 additions and 3 deletions

View File

@@ -32,5 +32,7 @@ class AdminDashboardPlatformOrderGovernanceMiniBarsShouldRenderTest extends Test
$this->assertStringContainsString('data-role="dashboard-po-sync-failed-bar"', $html);
$this->assertStringContainsString('data-role="dashboard-po-no-receipt-bar"', $html);
$this->assertStringContainsString('data-role="dashboard-po-renewal-missing-bar"', $html);
$this->assertStringContainsString('data-role="dashboard-po-reconcile-mismatch-bar"', $html);
$this->assertStringContainsString('data-role="dashboard-po-refund-inconsistent-bar"', $html);
}
}