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); } }