chore(admin-ui): dedupe subscription show platform order links

This commit is contained in:
萝卜
2026-03-16 07:20:20 +08:00
parent e4ab3c0a39
commit 99985a0755
2 changed files with 5 additions and 13 deletions

View File

@@ -94,6 +94,7 @@ class AdminSiteSubscriptionShowBatchSyncGovernanceHintTest extends TestCase
$res->assertSee('批量同步治理提示', false);
$res->assertSee('对账不一致', false);
$res->assertSee('进入对账不一致订单列表', false);
$res->assertSee('对账不一致', false);
$res->assertSee('查看对账不一致订单', false);
}
}