feat(admin): 可同步订单跳转增加锚点定位批量同步区

This commit is contained in:
萝卜
2026-03-11 03:29:02 +00:00
parent c455b4d528
commit 3d535da44b
3 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ class AdminPlatformOrderShowTest extends TestCase
->assertSee('打开订阅详情')
->assertSee('/admin/site-subscriptions/' . $sub->id . '?back=' . urlencode('/admin/platform-orders/' . $order->id), false)
->assertSee('order_sync_status=syncable')
->assertSee('#syncable-batch')
->assertSee('审计记录')
->assertSee('清除同步失败标记');
}