summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/snapshots.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-11 21:17:12 +0200
committerPhilip Hands <phil@hands.com>2016-05-12 00:33:31 +0200
commit4ca3bb793bc249b260ef255740781bd5ae84baff (patch)
treea884a393d67ed5251fa3d0fde91c9a3bdda000dd /cucumber/features/step_definitions/snapshots.rb
parentd7f98b96dce173cd73ffa25677e0211fd9b79929 (diff)
downloadjenkins.debian.net-4ca3bb793bc249b260ef255740781bd5ae84baff.tar.xz
try wibbling with the screens to keep the session alive
Diffstat (limited to 'cucumber/features/step_definitions/snapshots.rb')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 2e064107..1eb9fb84 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -101,7 +101,7 @@ def checkpoints
:parent_checkpoint => 'boot-d-i-to-tasksel',
:steps => [
'in text mode I select the Desktop task',
- 'in text mode I wait while the bulk of the packages are installed',
+ 'in text mode I wait while the vast 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',
@@ -115,7 +115,7 @@ def checkpoints
:parent_checkpoint => 'boot-g-i-to-tasksel',
:steps => [
'in gui mode I select the Desktop task',
- 'in gui mode I wait while the bulk of the packages are installed',
+ 'in gui mode I wait while the vast 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',