We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7337ea1 commit d39b5a8Copy full SHA for d39b5a8
webapp/tests/Unit/Controller/RegisterControllerTest.php
@@ -26,7 +26,7 @@ public function testRegisterAllowed(): void
26
$this->verifyPageResponse('GET', '/public', 200);
27
self::assertSelectorExists('a.btn:contains("Register")');
28
29
- $this->verifyPageResponse('GET', '/register', 200);
+ $this->verifyPageResponse('GET', '/register_na', 200);
30
self::assertSelectorExists('a:contains("Login")');
31
32
$this->verifyPageResponse('GET', '/login', 200);
0 commit comments