improved html export (#802)

This commit is contained in:
Kevin Papst
2019-05-23 18:19:56 +02:00
committed by GitHub
parent fea3495098
commit 29209105d3
5 changed files with 208 additions and 42 deletions

View File

@@ -129,6 +129,7 @@ class ExportControllerTest extends ControllerBaseTest
$this->assertContains('<h3>Summary</h3>', $response->getContent());
$node = $client->getCrawler()->filter('section.export div#export-records table.dataTable tbody tr');
$this->assertEquals(20, $node->count());
// 20 rows + the summary footer
$this->assertEquals(21, $node->count());
}
}