Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
27cf851a
Commit
27cf851a
authored
Oct 17, 2018
by
intrigeri
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/11501-install-verbs-instead-yes-no' into stable (Fix-committed:
#11501
)
parents
fdd71c2d
db5ba016
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
config/APT_overlays.d/feature-11501-install-verbs-instead-yes-no
...APT_overlays.d/feature-11501-install-verbs-instead-yes-no
+0
-0
features/step_definitions/usb.rb
features/step_definitions/usb.rb
+6
-1
No files found.
config/APT_overlays.d/feature-11501-install-verbs-instead-yes-no
0 → 100644
View file @
27cf851a
features/step_definitions/usb.rb
View file @
27cf851a
...
...
@@ -194,7 +194,12 @@ When /^I (install|reinstall|upgrade) Tails (?:to|on) USB drive "([^"]+)" (by clo
label
=
action
.
capitalize
end
@installer
.
button
(
label
).
click
@installer
.
child
(
'Question'
,
roleName:
'alert'
).
button
(
'Yes'
).
click
if
action
==
'upgrade'
confirmation_label
=
'Upgrade'
else
confirmation_label
=
'Install'
end
@installer
.
child
(
'Question'
,
roleName:
'alert'
).
button
(
confirmation_label
).
click
try_for
(
15
*
60
,
{
:delay
=>
10
})
do
@installer
.
child
(
'Information'
,
roleName:
'alert'
)
...
...
intrigeri
@intrigeri
mentioned in issue
#11501 (closed)
·
May 14, 2020
mentioned in issue
#11501 (closed)
mentioned in issue #11501
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment