test: 行内BMPA失败原因链接默认进入失败集合

This commit is contained in:
萝卜
2026-03-18 12:31:03 +08:00
parent e17ae3ada3
commit d91970aed2

View File

@@ -67,6 +67,7 @@ class AdminPlatformOrderRowBmpaErrorLinkTest extends TestCase
$res->assertOk(); $res->assertOk();
$res->assertSee('BMPA'); $res->assertSee('BMPA');
$res->assertSee('/admin/platform-orders?bmpa_error_keyword=' . urlencode($reason), false); // 行内 BMPA 失败原因点击:默认进入失败集合(语义收敛)
$res->assertSee('/admin/platform-orders?bmpa_failed_only=1&bmpa_error_keyword=' . urlencode($reason), false);
} }
} }