ui: reconcile mismatch hint links to add payment receipt form
This commit is contained in:
@@ -64,6 +64,7 @@ class AdminPlatformOrderShowReconcileMismatchHintTest extends TestCase
|
||||
$this->get('/admin/platform-orders/' . $order->id)
|
||||
->assertOk()
|
||||
->assertSee('对账不一致')
|
||||
->assertSee('#add-payment-receipt', false)
|
||||
->assertSee('/admin/platform-orders?reconcile_mismatch=1', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user