mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update LoginTest
This commit is contained in:
parent
3afef810da
commit
5d91fb2051
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ class LoginTest extends TestCase
|
||||||
$response->assertSuccessful()
|
$response->assertSuccessful()
|
||||||
->assertSee('Register a new account');
|
->assertSee('Register a new account');
|
||||||
} else {
|
} else {
|
||||||
$this->assertTrue(true);
|
$response = $this->get('register');
|
||||||
|
|
||||||
|
$response->assertSuccessful()
|
||||||
|
->assertSee('Registration is closed');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue