From 8e8b033192475edbefd2bf0f852faca1678bbc85 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Thu, 12 Feb 2026 14:16:02 -0500 Subject: [PATCH] fix(panther): re-enable Panther tests --- tests/PantherBrowserTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/PantherBrowserTest.php b/tests/PantherBrowserTest.php index fd5fdf7..3ba3093 100644 --- a/tests/PantherBrowserTest.php +++ b/tests/PantherBrowserTest.php @@ -25,11 +25,6 @@ final class PantherBrowserTest extends TestCase { use BrowserTests, PantherTestCaseTrait; - protected function setUp(): void - { - $this->markTestIncomplete('Disabled for now. Needs investigation.'); - } - /** * @test */