tests: presenters: skip html_visuals test if 'sng' binary is not available
The test_html_visuals tries to compare an output generated by sng package to a string. When 'sng' is not available, this test falls back to binary comparison and thus, not matching the given string. This patch adds the presence of 'sng' as condition to run the test.
Please register or sign in to comment