highlight invisible items (#2493)
This commit is contained in:
@@ -87,7 +87,7 @@ class TimesheetTeamControllerTest extends ControllerBaseTest
|
||||
$this->assertDataTableRowCount($client, 'datatable_timesheet_admin', 13);
|
||||
|
||||
// make sure the recording css class exist on tr for targeting running record rows
|
||||
$node = $client->getCrawler()->filter('section.content div.datatable_timesheet_admin table.table-striped tbody tr.recording');
|
||||
$node = $client->getCrawler()->filter('section.content div.datatable_timesheet_admin table.dataTable tbody tr.recording');
|
||||
self::assertEquals(3, $node->count());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user