平台订单:BAS批次筛选badge文案对齐BMPA并补全

This commit is contained in:
萝卜
2026-03-17 15:43:59 +08:00
parent 592b1610f9
commit 382f34d9a3
3 changed files with 17 additions and 7 deletions

View File

@@ -28,10 +28,12 @@ class AdminPlatformOrderIndexBatchActivationRunIdBadgeQuickLinksShouldRenderTest
->assertOk()
->getContent();
$this->assertStringContainsString('当前 run_id<strong>' . $runId . '</strong>', $html);
$this->assertStringContainsString('当前 BAS run_id<strong>' . $runId . '</strong>', $html);
// 本批次全部
$this->assertStringContainsString('batch_activation_run_id=' . $runId, $html);
// 本批次失败
$this->assertStringContainsString('batch_activation_run_id=' . $runId, $html);
$this->assertStringContainsString('sync_status=failed', $html);
// 本批次可同步重试unsynced + syncable_only=1