summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-12 16:52:18 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-13 00:30:46 +0200
commit33f8d2730efef4959751cd2dd8eb940a6519fd3c (patch)
tree58fc732baf25e0be0e0fac7fd330e4a8b4294a21 /cucumber
parentd52325861f583d3497179d3de53c928df3acda0e (diff)
downloadjenkins.debian.net-33f8d2730efef4959751cd2dd8eb940a6519fd3c.tar.xz
lvc: images for Gnome login screens
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/images/DebianLoginPromptGnome.pngbin0 -> 1151 bytes
-rw-r--r--cucumber/features/step_definitions/common_steps.rb1
2 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/images/DebianLoginPromptGnome.png b/cucumber/features/images/DebianLoginPromptGnome.png
new file mode 100644
index 00000000..cc768ad7
--- /dev/null
+++ b/cucumber/features/images/DebianLoginPromptGnome.png
Binary files differ
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