diff --git a/tests/Feature/Contribution/IndexTest.php b/tests/Feature/Contribution/IndexTest.php index f9bd9ec5..891376a9 100644 --- a/tests/Feature/Contribution/IndexTest.php +++ b/tests/Feature/Contribution/IndexTest.php @@ -22,8 +22,8 @@ class IndexTest extends TestCase $response = $this->get('/contribution'); $this->assertInertiaHas([ - 'class' => RdpNrwDocument::class, - 'title' => 'Für RdP NRW erstellen', + 'id' => RdpNrwDocument::class, + 'name' => 'RdP NRW', ], $response, 'compilers.0'); $this->assertInertiaHas([ 'id' => $country->id,