From 3b59a72d13a8e9f54c2da05121ac50789452c564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 10 Mar 2026 23:24:51 +0000 Subject: [PATCH] =?UTF-8?q?test(platform-orders):=20=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=A1=B5=E5=BF=AB=E6=8D=B7=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=89=E5=9B=9E=E6=89=A7=E6=96=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Feature/AdminPlatformOrderTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/AdminPlatformOrderTest.php b/tests/Feature/AdminPlatformOrderTest.php index e9f21b7..3b4f73b 100644 --- a/tests/Feature/AdminPlatformOrderTest.php +++ b/tests/Feature/AdminPlatformOrderTest.php @@ -47,6 +47,7 @@ class AdminPlatformOrderTest extends TestCase ->assertSee('待支付') ->assertSee('待生效') ->assertSee('可同步订阅') + ->assertSee('有回执') ->assertSee('部分退款') ->assertSee('已退款') ->assertSee('退款数')