wilded
11/20/2018 - 2:44 PM

Unit Test to find a text on a url

Unit Test to find a text on a url tests/Feature/ExampleTest.php

public function testBasicTest()
    {
        $this->get('/')->assertSee('Title of a longer featured blog post');
    }