From 1972c67ee9d7f9bfa4b005518acb68cc2ce6b570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Sun, 15 Mar 2026 17:53:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin-ui):=20=E5=B9=B3=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=AD=9B=E9=80=89=E5=8C=BA=E5=8F=AF=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E5=B9=B6=E8=AE=B0=E5=BF=86=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...minPlatformOrderIndexFilterPanelShouldBeCollapsibleTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Feature/AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest.php b/tests/Feature/AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest.php index 6ad5da5..92b0c48 100644 --- a/tests/Feature/AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest.php +++ b/tests/Feature/AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest.php @@ -19,7 +19,7 @@ class AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest extends TestCase ])->assertRedirect('/admin'); } - public function test_index_filter_panel_should_be_collapsible(): void + public function test_platform_order_index_filter_panel_should_be_collapsible(): void { $this->loginAsPlatformAdmin(); @@ -30,7 +30,6 @@ class AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest extends TestCase $this->assertStringContainsString('data-role="collapsible"', $html); $this->assertStringContainsString('data-storage-key="admin.platform_orders.filters"', $html); - $this->assertStringContainsString('assertStringContainsString('筛选条件', $html); } }