Test to see if bread crumb present.

This commit is contained in:
James Cole
2016-12-09 07:08:31 +01:00
parent 052957bbd0
commit ac92939429
5 changed files with 25 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class DomainControllerTest extends TestCase
$this->call('GET', route('admin.users.domains'));
$this->assertResponseStatus(200);
// has bread crumb
$this->see('<ol class="breadcrumb">');
}
/**