platform orders: make 24h batch stats cards clickable

This commit is contained in:
萝卜
2026-03-13 14:15:19 +00:00
parent 2e05adf801
commit a8f63d8b2d
2 changed files with 10 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ class AdminPlatformOrderBatchMarkPaidAndActivate24hSummaryCardTest extends TestC
$res = $this->get('/admin/platform-orders');
$res->assertOk();
$res->assertSee('近24小时批量BMPA', false);
$res->assertSee('batch_mark_paid_and_activate_24h=1', false);
$res->assertSee('1', false);
}
}