chore(governance): batch mark activated requires unsynced scope
This commit is contained in:
@@ -97,6 +97,7 @@ class AdminPlatformOrderBatchMarkActivatedTest extends TestCase
|
||||
'scope' => 'filtered',
|
||||
'payment_status' => 'paid',
|
||||
'status' => 'pending',
|
||||
'sync_status' => 'unsynced',
|
||||
'limit' => 50,
|
||||
])->assertRedirect();
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ class AdminPlatformOrderIndexBatchButtonsShouldEnableWhenFiltersMatchTest extend
|
||||
'meta' => [],
|
||||
]);
|
||||
|
||||
$res = $this->get('/admin/platform-orders?status=pending&payment_status=paid');
|
||||
$res = $this->get('/admin/platform-orders?status=pending&payment_status=paid&sync_status=unsynced');
|
||||
$res->assertOk();
|
||||
|
||||
$html = (string) $res->getContent();
|
||||
|
||||
Reference in New Issue
Block a user