chore(test): collapse completed test containers

This commit is contained in:
Nico Rehwaldt 2018-05-24 14:20:37 +02:00
parent f973ce807a
commit 290b2f6121
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ insertCSS('bpmn-embedded.css', require('bpmn-font/dist/css/bpmn-embedded.css'));
insertCSS('diagram-js-testing.css', insertCSS('diagram-js-testing.css',
'body .test-container { height: auto }' + 'body .test-container { height: auto }' +
'body .test-container .test-content-container { height: 90vmin; }' 'body .test-container .test-content-container { height: 90vmin; }' +
'body .test-container.passed:not(:last-child) .test-content-container { display: none; }'
); );