From f53708085248a4b04bf4770c845375fb1e70d77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 00:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=89=B9=E9=87=8F=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=8C=89=E9=92=AE=E6=97=A0=E5=9B=9E=E6=89=A7=E5=B9=BF?= =?UTF-8?q?=E4=B9=89=E6=B5=8B=E8=AF=95=E5=8F=A3=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...eButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }