summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-27 17:21:04 +0100
committerPhilip Hands <phil@hands.com>2016-11-27 17:21:04 +0100
commit03a6b4fd7c814ec1de5d02c239c0d473be25db73 (patch)
tree28435622a472d0bcaabef39dd92cc0f0b0639cd0 /cucumber
parentbd2fe29c9c3fdb604c86debced23f662b98f69fc (diff)
downloadjenkins.debian.net-03a6b4fd7c814ec1de5d02c239c0d473be25db73.tar.xz
lvc: recognise the DebianEdu VT login
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/images/DebianLoginPromptVT_Edu.pngbin0 -> 935 bytes
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/images/DebianLoginPromptVT_Edu.png b/cucumber/features/images/DebianLoginPromptVT_Edu.png
new file mode 100644
index 00000000..23a2155a
--- /dev/null
+++ b/cucumber/features/images/DebianLoginPromptVT_Edu.png
Binary files differ
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 73511666..81d7b3e2 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -653,7 +653,7 @@ Given /^I should see a ([a-zA-Z]*) Login prompt$/ do |style|
'KDE' => [ 'DebianLoginPromptKDE.png', 'DebianLoginPromptKDE_d9.png' ],
'LXDE' => [ 'DebianLoginPromptLXDE.png', 'DebianLoginPromptLXDE_d9.png' ],
'Gnome' => [ 'DebianLoginPromptGnome.png' ],
- 'VT' => [ 'DebianLoginPromptVT.png', 'DebianLoginPromptVT_d9.png' ],
+ 'VT' => [ 'DebianLoginPromptVT.png', 'DebianLoginPromptVT_d9.png', 'DebianLoginPromptVT_Edu.png' ],
}
end