Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Jul 17, 2023
1 parent 2001e9c commit 69cd7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/DashboardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function testIndexPage(): void
$client->request('GET', '/');

$this->assertResponseIsSuccessful();
$this->assertSelectorTextContains('h3', 'Davis v');
$this->assertSelectorTextContains('h3', 'Davis');

$this->assertSelectorExists('div.caldav');
$this->assertSelectorExists('div.carddav');
Expand Down

0 comments on commit 69cd7bc

Please sign in to comment.