From 767bb4d4c669de4cee885f2def4a896f6a9291f1 Mon Sep 17 00:00:00 2001 From: SET Date: Fri, 14 Aug 2020 13:06:27 -0300 Subject: [PATCH] Added style tests for HTML. --- tests/yaml_samples/int_bom_simple_html_3.kiplot.yaml | 1 + tests/yaml_samples/int_bom_simple_html_4.kiplot.yaml | 1 + tests/yaml_samples/int_bom_simple_html_5.kiplot.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/yaml_samples/int_bom_simple_html_3.kiplot.yaml b/tests/yaml_samples/int_bom_simple_html_3.kiplot.yaml index d9847018..d45b7f6c 100644 --- a/tests/yaml_samples/int_bom_simple_html_3.kiplot.yaml +++ b/tests/yaml_samples/int_bom_simple_html_3.kiplot.yaml @@ -10,3 +10,4 @@ outputs: options: html: logo: false + style: 'modern-green' diff --git a/tests/yaml_samples/int_bom_simple_html_4.kiplot.yaml b/tests/yaml_samples/int_bom_simple_html_4.kiplot.yaml index 6e1fb24b..bc7af573 100644 --- a/tests/yaml_samples/int_bom_simple_html_4.kiplot.yaml +++ b/tests/yaml_samples/int_bom_simple_html_4.kiplot.yaml @@ -11,3 +11,4 @@ outputs: html: logo: false title: '' + style: 'modern-red' diff --git a/tests/yaml_samples/int_bom_simple_html_5.kiplot.yaml b/tests/yaml_samples/int_bom_simple_html_5.kiplot.yaml index e5eda7a4..d3a90137 100644 --- a/tests/yaml_samples/int_bom_simple_html_5.kiplot.yaml +++ b/tests/yaml_samples/int_bom_simple_html_5.kiplot.yaml @@ -12,3 +12,4 @@ outputs: logo: false title: '' hide_pcb_info: true + style: 'classic'