feat(platform-orders): show bmpa success/failed summary and add bmpa_success_orders stat
This commit is contained in:
@@ -64,7 +64,8 @@ class AdminPlatformOrderBmpaFailedSummaryCardTest extends TestCase
|
||||
$res = $this->get('/admin/platform-orders');
|
||||
$res->assertOk();
|
||||
|
||||
$res->assertSee('BMPA 失败数');
|
||||
$res->assertSee('BMPA 成功 / 失败');
|
||||
$res->assertSee('/admin/platform-orders?bmpa_failed_only=1', false);
|
||||
$res->assertSee('/admin/platform-orders?bmpa_success_only=1', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user