Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

monicahq/monica

23656 stars
1 code files
View monicahq/monica on GitHub

tests/Browser/Settings/DAVControllerTest.php

Open in GitHub
use Tests\DuskTestCase;
use Laravel\Dusk\Browser;
use Tests\Browser\Pages\SettingsDAV;
 
class DAVControllerTest extends DuskTestCase
{
public function test_it_has_dav_url()
{
$this->browse(function (Browser $browser) {
$browser->login()
->visit(new SettingsDAV)
->assertVisible('dav_url_base')
->assertSourceHas(config('app.url').'/dav');
});
}
}

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.