diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 0f74d20..ecd4681 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -17,7 +17,7 @@ 待支付 - 待生效 + 待生效 可同步订阅 diff --git a/tests/Feature/AdminPlatformOrderTest.php b/tests/Feature/AdminPlatformOrderTest.php index f5b89f7..13bb7a1 100644 --- a/tests/Feature/AdminPlatformOrderTest.php +++ b/tests/Feature/AdminPlatformOrderTest.php @@ -39,7 +39,8 @@ class AdminPlatformOrderTest extends TestCase ->assertSee('快捷筛选') ->assertSee('待支付') ->assertSee('待生效') - ->assertSee('可同步订阅'); + ->assertSee('可同步订阅') + ->assertSee('/admin/platform-orders?payment_status=paid&status=pending', false); } public function test_guest_cannot_open_platform_orders_page(): void