chore(test): collapse completed test containers
This commit is contained in:
parent
f973ce807a
commit
290b2f6121
|
@ -10,7 +10,8 @@ insertCSS('bpmn-embedded.css', require('bpmn-font/dist/css/bpmn-embedded.css'));
|
|||
|
||||
insertCSS('diagram-js-testing.css',
|
||||
'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; }'
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue