diff options
author | Philip Hands <phil@hands.com> | 2016-10-12 16:52:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-13 00:30:46 +0200 |
commit | 33f8d2730efef4959751cd2dd8eb940a6519fd3c (patch) | |
tree | 58fc732baf25e0be0e0fac7fd330e4a8b4294a21 | |
parent | d52325861f583d3497179d3de53c928df3acda0e (diff) | |
download | jenkins.debian.net-33f8d2730efef4959751cd2dd8eb940a6519fd3c.tar.xz |
lvc: images for Gnome login screens
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | cucumber/features/images/DebianLoginPromptGnome.png | bin | 0 -> 1151 bytes | |||
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/images/DebianLoginPromptGnome.png b/cucumber/features/images/DebianLoginPromptGnome.png Binary files differnew file mode 100644 index 00000000..cc768ad7 --- /dev/null +++ b/cucumber/features/images/DebianLoginPromptGnome.png diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index b8c78e3e..c59d8e26 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -560,6 +560,7 @@ Given /^I should see a ([a-zA-Z]*) Login prompt$/ do |style| 'XFCE' => [ 'DebianLoginPromptXFCE.png', 'DebianLoginPromptXFCE_d9.png' ], 'KDE' => [ 'DebianLoginPromptKDE.png', 'DebianLoginPromptKDE_d9.png' ], 'LXDE' => [ 'DebianLoginPromptLXDE.png', 'DebianLoginPromptLXDE_d9.png' ], + 'Gnome' => [ 'DebianLoginPromptGnome.png' ], 'VT' => [ 'DebianLoginPromptVT.png' ], } end |