use Psr\Http\Client\ClientInterface;
use Ssddanbrown\AssertHtml\TestsHtml;
use Tests\Helpers\EntityProvider;
+use Tests\Helpers\TestServiceProvider;
abstract class TestCase extends BaseTestCase
{
protected function assertNotificationContains(\Illuminate\Testing\TestResponse $resp, string $text)
{
- return $this->withHtml($resp)->assertElementContains('[notification]', $text);
+ return $this->withHtml($resp)->assertElementContains('.notification[role="alert"]', $text);
}
/**