ui: subscription refund inconsistent hint link to filtered order list
This commit is contained in:
@@ -86,6 +86,7 @@ class AdminSiteSubscriptionRefundInconsistentHintTest extends TestCase
|
||||
$this->get('/admin/site-subscriptions/' . $sub->id)
|
||||
->assertOk()
|
||||
->assertSee('退款不一致订单:')
|
||||
->assertSee('提示:存在退款状态与退款总额不一致订单');
|
||||
->assertSee('提示:存在退款状态与退款总额不一致订单')
|
||||
->assertSee('/admin/platform-orders?site_subscription_id=' . $sub->id . '&refund_inconsistent=1', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user