added export/ bulk action export and import feature test for invoices..

This commit is contained in:
Cüneyt Şentürk
2021-02-12 13:13:02 +03:00
parent 1d5ce19c03
commit b626c76360
2 changed files with 67 additions and 1 deletions

View File

@@ -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);