feat(admin-dashboard): scanline abnormal statuses link to governance anchors
This commit is contained in:
@@ -69,9 +69,13 @@ class AdminDashboardRecentPlatformOrdersScanlineShouldShowGovernanceSummaryTest
|
||||
$res->assertSee('data-role="recent-platform-order-scanline"', false);
|
||||
|
||||
$res->assertSee('回执:<strong>有</strong>', false);
|
||||
$res->assertSee('对账:<strong>不一致</strong>', false);
|
||||
$res->assertSee('同步:<strong>失败</strong>', false);
|
||||
$res->assertSee('BMPA:<strong>失败</strong>', false);
|
||||
$res->assertSee('订阅:<strong>缺</strong>', false);
|
||||
$res->assertSee('对账:', false);
|
||||
$res->assertSee('不一致', false);
|
||||
$res->assertSee('同步:', false);
|
||||
$res->assertSee('失败', false);
|
||||
$res->assertSee('BMPA:', false);
|
||||
$res->assertSee('失败', false);
|
||||
$res->assertSee('订阅:', false);
|
||||
$res->assertSee('缺', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user