Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
944
Issues
944
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
end
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.promptWaitTime", 1);'
)
$vm
.
file_append
(
prefs
,
'pref("app.update.interval", 5);'
)
end
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)'
))
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