Test micropub client page
This commit is contained in:
parent
5b283f4f77
commit
4340e11515
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ class MicropubClientTest extends DuskTestCase
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function test_client_page_see_me_url()
|
public function test_client_page_see_authenticated()
|
||||||
{
|
{
|
||||||
$this->browse(function ($browser) {
|
$this->browse(function ($browser) {
|
||||||
$browser->visit('/micropub/create')
|
$browser->visit('/micropub/create')
|
||||||
->assertSee(config('app.url'));
|
->assertSee('You are authenticated');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue