feat(batch): render success link in governance links bar and cover copy button

This commit is contained in:
萝卜
2026-03-18 04:07:22 +08:00
parent b419d95b0b
commit f750e6ca19
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ class AdminPlatformBatchShowPageCopyGovernanceLinksButtonsShouldRenderTest exten
// 新增:本批次全部
$this->assertStringContainsString('data-role="copy-all-link"', $html);
// 新增本批次成功BASsync_status=synced
$this->assertStringContainsString('data-role="copy-success-link"', $html);
// 新增本批次可同步重试BAS
$this->assertStringContainsString('data-role="copy-retry-syncable-link"', $html);
}