diff --git a/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php b/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php index 4898749..967039f 100644 --- a/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php +++ b/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php @@ -51,11 +51,11 @@ class AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepB ], [ 'role' => 'po-summary-link-no-receipt-orders', - 'expect' => ['receipt_status' => 'none'], + 'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'], ], [ 'role' => 'po-summary-link-view-no-receipt-orders', - 'expect' => ['receipt_status' => 'none'], + 'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'], ], ];