From 5b26c27eb86005e599530f0d82ea2428427b21ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 01:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=89=B9=E9=87=8F=E4=BB=85?= =?UTF-8?q?=E7=94=9F=E6=95=88=E6=8C=89=E9=92=AE=E6=97=A0=E5=9B=9E=E6=89=A7?= =?UTF-8?q?=E5=B9=BF=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 --- ...arkActivatedButtonShouldDisableWhenReceiptStatusNoneTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/AdminPlatformOrderIndexBatchMarkActivatedButtonShouldDisableWhenReceiptStatusNoneTest.php b/tests/Feature/AdminPlatformOrderIndexBatchMarkActivatedButtonShouldDisableWhenReceiptStatusNoneTest.php index a9cafa8..d153726 100644 --- a/tests/Feature/AdminPlatformOrderIndexBatchMarkActivatedButtonShouldDisableWhenReceiptStatusNoneTest.php +++ b/tests/Feature/AdminPlatformOrderIndexBatchMarkActivatedButtonShouldDisableWhenReceiptStatusNoneTest.php @@ -30,7 +30,7 @@ class AdminPlatformOrderIndexBatchMarkActivatedButtonShouldDisableWhenReceiptSta $this->assertStringContainsString('批量仅标记为已生效(当前筛选范围)', $html); $this->assertStringContainsString('data-role="batch-mark-activated-blocked-hint"', $html); - $this->assertStringContainsString('无回执', $html); + $this->assertStringContainsString('无回执(广义)', $html); $this->assertTrue(str_contains($html, 'type="submit" disabled') || str_contains($html, 'disabled="disabled"')); }