同步平台订单已付无回执列表测试口径

This commit is contained in:
萝卜
2026-03-19 00:11:34 +08:00
parent b875c1ee57
commit 1297619895
2 changed files with 5 additions and 5 deletions

View File

@@ -76,6 +76,6 @@ class AdminPlatformOrderIndexRowWarnClassTest extends TestCase
$res->assertSee('SIM_SYNC_ERR', false);
$res->assertSee('<span class="row-warn-prefix">BMPA</span>', false);
$res->assertSee('SIM_BMPA_ERR', false);
$res->assertSee('无回执', false);
$res->assertSee('已付无回执', false);
}
}