feat(admin-ui): 平台订单筛选区可折叠并记忆状态
This commit is contained in:
@@ -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('<summary', $html);
|
||||
$this->assertStringContainsString('筛选条件', $html);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user