Remove search test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
294d0c3cb5
commit
21b0d08864
|
@ -192,15 +192,6 @@ class IndexTest extends TestCase
|
||||||
$this->assertInertiaHas(false, $defaultResponse, 'data.meta.filter.ausstand');
|
$this->assertInertiaHas(false, $defaultResponse, 'data.meta.filter.ausstand');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testItHandlesFullTextSearch(): void
|
|
||||||
{
|
|
||||||
$this->withoutExceptionHandling()->login()->loginNami();
|
|
||||||
|
|
||||||
$searchResponse = $this->callFilter('member.index', ['search' => 'Maxö']);
|
|
||||||
|
|
||||||
$this->assertInertiaHas('Maxö', $searchResponse, 'data.meta.filter.search');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testItLoadsGroups(): void
|
public function testItLoadsGroups(): void
|
||||||
{
|
{
|
||||||
$parent1 = Group::factory()->name('par1')->create();
|
$parent1 = Group::factory()->name('par1')->create();
|
||||||
|
|
Loading…
Reference in New Issue