diff --git a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php index 4aea16e..cd96b66 100644 --- a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php +++ b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php @@ -118,7 +118,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly $this->assertStringContainsString('批量同步订阅(当前筛选范围)', $html); $this->assertStringContainsString('disabled', $html); - $this->assertStringContainsString('无回执', $html); + $this->assertStringContainsString('无回执(广义)', $html); $this->assertStringContainsString('data-role="batch-activate-subscriptions-blocked-hint"', $html); } }