test: 仪表盘扫描行对账不一致直达锚点改为 add-payment-receipt
This commit is contained in:
@@ -65,9 +65,9 @@ class AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchors
|
||||
$res = $this->get('/admin');
|
||||
$res->assertOk();
|
||||
|
||||
// 对账不一致应可直达 payment-receipts
|
||||
// 对账不一致应可直达可执行动作面板(最短治理路径)
|
||||
$res->assertSee('对账:', false);
|
||||
$res->assertSee('#payment-receipts', false);
|
||||
$res->assertSee('#add-payment-receipt', false);
|
||||
|
||||
// 同步失败直达 sync-failed
|
||||
$res->assertSee('#sync-failed', false);
|
||||
|
||||
Reference in New Issue
Block a user