Skip to content

Commit

Permalink
Remove incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed Jul 16, 2024
1 parent 2d26819 commit 92820f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Browser/TestContent/Guest/PrivacyPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function testPrivacyPageContentWithPageModel(): void

$this->browse(fn (Browser $browser) => $browser
->visit(new PageView($page))
->assertSee(strtoupper($page->getTitle()))
);
}
}

0 comments on commit 92820f5

Please sign in to comment.