品牌更名:网站名称改为云享电商SAAS系统
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user