feat(batch): add copy buttons for all/retry governance links on batch show
This commit is contained in:
@@ -33,6 +33,14 @@ class AdminPlatformBatchShowPageCopyGovernanceLinksButtonsShouldRenderTest exten
|
||||
->getContent();
|
||||
|
||||
$this->assertStringContainsString('data-action="copy-link"', $html);
|
||||
|
||||
// 已存在:本批次失败 / 按Top原因
|
||||
$this->assertStringContainsString('data-role="copy-failed-link"', $html);
|
||||
|
||||
// 新增:本批次全部
|
||||
$this->assertStringContainsString('data-role="copy-all-link"', $html);
|
||||
|
||||
// 新增:本批次可同步重试(BAS)
|
||||
$this->assertStringContainsString('data-role="copy-retry-syncable-link"', $html);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user