Skip to content

Commit

Permalink
Push failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 23, 2024
1 parent 6059dad commit e0115bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/tests/Unit/Controller/RegisterControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testRegisterAllowed(): void
$this->verifyPageResponse('GET', '/public', 200);
self::assertSelectorExists('a.btn:contains("Register")');

$this->verifyPageResponse('GET', '/register', 200);
$this->verifyPageResponse('GET', '/register_na', 200);
self::assertSelectorExists('a:contains("Login")');

$this->verifyPageResponse('GET', '/login', 200);
Expand Down

0 comments on commit e0115bc

Please sign in to comment.