component( 'test-run-info', $data['run'] ); ?>
component( 'test-run-pagination', [
'run' => $data['run'],
'pagination' => $data['pagination'],
'is_receipt' => $data['is_receipt'],
] );
?>
component( 'comparisons', [
'alert' => $data['alert'],
'test_settings' => $data['test_settings'],
] );
?>
icon( 'arrow-up' ); ?>
icon( 'arrow-down' ); ?>
component( 'test-run-success', [
'run' => $data['run'],
'is_receipt' => $data['is_receipt'],
] );
?>