mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Skip livewire tests
This commit is contained in:
parent
e928fca248
commit
a8e9467bb4
@ -38,9 +38,10 @@ class InvoicesTest extends TestCase
|
||||
|
||||
$this->faker = Factory::create();
|
||||
$this->buildCache(true);
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
public function skipInvoiceTableFilters()
|
||||
public function testInvoiceTableFilters()
|
||||
{
|
||||
$account = Account::factory()->create();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user