summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/snapshots.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-20 23:49:20 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 11:33:25 +0200
commitcdc46010d9fc51ac4816c68f0af380b97fa9eaed (patch)
tree9f58f09b8f33216d95d9ab4c3acedb85530367ea /cucumber/features/step_definitions/snapshots.rb
parent5b9dd00b7dd07333d0dc7fca2b59fa5172b83509 (diff)
downloadjenkins.debian.net-cdc46010d9fc51ac4816c68f0af380b97fa9eaed.tar.xz
lvc: combined patch - featuring waitAny and try_for() \o/
The XF86_Switch_VT bit doesn't quite work, but I'll leave it in the kernel command line for now. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/step_definitions/snapshots.rb')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 66c89747..1604ddae 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -106,7 +106,7 @@ def checkpoints
:parent_checkpoint => 'boot-d-i-to-tasksel',
:steps => [
'in text mode I select the Gnome Desktop task',
- 'in text mode I wait while the vast bulk of the packages are installed',
+ 'in text mode I wait while the bulk of the packages are installed',
'in text mode I install GRUB',
'in text mode I allow reboot after the install is complete',
'I wait for the reboot',
@@ -120,7 +120,7 @@ def checkpoints
:parent_checkpoint => 'boot-g-i-to-tasksel',
:steps => [
'in gui mode I select the Gnome Desktop task',
- 'in gui mode I wait while the vast bulk of the packages are installed',
+ 'in gui mode I wait while the bulk of the packages are installed',
'in gui mode I install GRUB',
'in gui mode I allow reboot after the install is complete',
'I wait for the reboot',
@@ -134,7 +134,7 @@ def checkpoints
:parent_checkpoint => 'boot-d-i-to-tasksel',
:steps => [
'in text mode I select the XFCE Desktop task',
- 'in text mode I wait while the vast bulk of the packages are installed',
+ 'in text mode I wait while the bulk of the packages are installed',
'in text mode I install GRUB',
'in text mode I allow reboot after the install is complete',
'I wait for the reboot',
@@ -148,7 +148,7 @@ def checkpoints
:parent_checkpoint => 'boot-g-i-to-tasksel',
:steps => [
'in gui mode I select the XFCE Desktop task',
- 'in gui mode I wait while the vast bulk of the packages are installed',
+ 'in gui mode I wait while the bulk of the packages are installed',
'in gui mode I install GRUB',
'in gui mode I allow reboot after the install is complete',
'I wait for the reboot',