diff --git a/needles/cockpit/logs_entry-20171010.json b/needles/cockpit/logs_entry-20171010.json new file mode 100644 index 00000000..37c03f21 --- /dev/null +++ b/needles/cockpit/logs_entry-20171010.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "type": "match", + "width": 43, + "height": 13, + "ypos": 216, + "xpos": 794 + } + ], + "tags": [ + "cockpit_logs_entry" + ], + "properties": [] +} \ No newline at end of file diff --git a/needles/cockpit/logs_entry-20171010.png b/needles/cockpit/logs_entry-20171010.png new file mode 100644 index 00000000..8d8ae823 Binary files /dev/null and b/needles/cockpit/logs_entry-20171010.png differ diff --git a/tests/server_cockpit_default.pm b/tests/server_cockpit_default.pm index 8e47d687..0a68b734 100644 --- a/tests/server_cockpit_default.pm +++ b/tests/server_cockpit_default.pm @@ -15,6 +15,8 @@ sub run { assert_script_run 'dnf -y groupinstall "base-x"', 300; # FIXME: this should probably be in base-x...X seems to fail without assert_script_run 'dnf -y install libglvnd-egl', 120; + # try to avoid random weird font selection happening + assert_script_run 'dnf -y install dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-serif-fonts', 120; assert_script_run 'dnf -y install firefox', 120; start_cockpit(0); # quit firefox (return to console)