test(dashboard): 对齐治理导向快捷区与平台定位运营版

This commit is contained in:
萝卜
2026-03-17 07:21:52 +08:00
parent f50272ffc9
commit 90e9111471

View File

@@ -105,9 +105,12 @@ class AdminDashboardBillingWorkbenchQuickLinksShouldShowCountsTest extends TestC
$res = $this->get('/admin'); $res = $this->get('/admin');
$res->assertOk(); $res->assertOk();
// 待生效口径paid + pending但排除“同步失败”失败应在同步失败集合处理 // 快捷区已按“治理导向”收敛:待支付/待生效不再作为默认快捷标签。
$res->assertSee('待支付1'); // 本用例仅验证计数渲染可BMPA处理对应 unpaid+pending、同步失败。
$res->assertSee('待生效1'); $res->assertSee('可BMPA处理1');
$res->assertSee('同步失败1'); $res->assertSee('同步失败1');
// 待生效属于“高级筛选”(默认收起),仍需渲染正确计数。
$res->assertSee('待生效1');
} }
} }