added export/ bulk action export and import feature test for invoices..
This commit is contained in:
@@ -155,7 +155,7 @@ class CustomersTest extends FeatureTestCase
|
||||
|
||||
$this->loginAs()
|
||||
->post(
|
||||
route('bulk-actions.action', ['group' => 'purchases', 'type' => 'customers']),
|
||||
route('bulk-actions.action', ['group' => 'sales', 'type' => 'customers']),
|
||||
['handle' => 'export', 'selected' => [$customers->random()->id]]
|
||||
)
|
||||
->assertStatus(200);
|
||||
|
Reference in New Issue
Block a user