Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
f8b7ba35
Commit
f8b7ba35
authored
Feb 11, 2016
by
anonym
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths that were forgotten.
parent
4cc9bbf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features/step_definitions/unsafe_browser.rb
features/step_definitions/unsafe_browser.rb
+2
-2
No files found.
features/step_definitions/unsafe_browser.rb
View file @
f8b7ba35
...
@@ -166,14 +166,14 @@ Then /^the Unsafe Browser complains that no DNS server is configured$/ do
...
@@ -166,14 +166,14 @@ Then /^the Unsafe Browser complains that no DNS server is configured$/ do
end
end
Then
/^I configure the Unsafe Browser to check for updates more frequently$/
do
Then
/^I configure the Unsafe Browser to check for updates more frequently$/
do
prefs
=
'/usr/share/tails/unsafe-browser/prefs.js'
prefs
=
'/usr/share/tails/
chroot-browsers/
unsafe-browser/prefs.js'
$vm
.
file_append
(
prefs
,
'pref("app.update.idletime", 1);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.idletime", 1);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.promptWaitTime", 1);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.promptWaitTime", 1);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.interval", 5);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.interval", 5);'
)
end
end
But
/^checking for updates is disabled in the Unsafe Browser's configuration$/
do
But
/^checking for updates is disabled in the Unsafe Browser's configuration$/
do
prefs
=
'/usr/share/tails/unsafe-browser/prefs.js'
prefs
=
'/usr/share/tails/
chroot-browsers/
unsafe-browser/prefs.js'
assert
(
$vm
.
file_content
(
prefs
).
include?
(
'pref("app.update.enabled", false)'
))
assert
(
$vm
.
file_content
(
prefs
).
include?
(
'pref("app.update.enabled", false)'
))
end
end
...
...
intrigeri
@intrigeri
mentioned in issue
#9896 (closed)
·
May 14, 2020
mentioned in issue
#9896 (closed)
mentioned in issue #9896
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