Fix tests

This commit is contained in:
philipp lang 2024-08-29 22:59:55 +02:00
parent 18a786bf1e
commit 6d102d9319
1 changed files with 1 additions and 1 deletions

View File

@ -13,11 +13,11 @@ class MemberSearchTest extends EndToEndTestCase
{
parent::setUp();
Country::factory()->create(['name' => 'Deutschland']);
$this->withoutExceptionHandling()->login()->loginNami();
}
public function testItHandlesFullTextSearch(): void
{
$this->withoutExceptionHandling()->login()->loginNami();
Member::factory()->defaults()->count(2)->create(['firstname' => 'Alexander']);
Member::factory()->defaults()->create(['firstname' => 'Heinrich']);