品牌更名:网站名称改为云享电商SAAS系统

This commit is contained in:
萝卜
2026-03-11 09:10:36 +00:00
parent e6600078fe
commit cf56a4afbc
14 changed files with 39 additions and 20 deletions

View File

@@ -49,4 +49,15 @@ class AdminPlatformOrderToolsGovernanceHintTest extends TestCase
->assertSee('先去治理(取消只看可同步)', false)
->assertSee('syncable_only=', false);
}
public function test_platform_orders_tools_show_hint_when_sync_failed_filters_present(): void
{
$this->loginAsPlatformAdmin();
$this->get('/admin/platform-orders?sync_status=failed')
->assertOk()
->assertSee('当前筛选包含「同步失败/失败原因」范围', false)
->assertSee('进入同步失败集合', false)
->assertSee('sync_status=failed', false);
}
}