Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
badd47b8
Commit
badd47b8
authored
Aug 12, 2014
by
Tails developers
Browse files
Start Iceweasel via the Applications menu.
parent
d31cbf2a
Changes
6
Hide whitespace changes
Inline
Side-by-side
features/images/GnomeApplicationsIceweasel.png
0 → 100644
View file @
badd47b8
2.43 KB
features/images/WindowsApplicationsIceweasel.png
0 → 100644
View file @
badd47b8
2.24 KB
features/images/WindowsApplicationsInternet.png
0 → 100644
View file @
badd47b8
2.03 KB
features/step_definitions/common_steps.rb
View file @
badd47b8
...
...
@@ -447,3 +447,17 @@ Given /^package "([^"]+)" is installed$/ do |package|
assert
(
@vm
.
execute
(
"dpkg -s '
#{
package
}
' 2>/dev/null | grep -qs '^Status:.*installed$'"
).
success?
,
"Package '
#{
package
}
' is not installed"
)
end
When
/^I start Iceweasel$/
do
next
if
@skip_steps_while_restoring_background
case
@theme
when
"windows"
step
'I click the start menu'
@screen
.
wait_and_click
(
"WindowsApplicationsInternet.png"
,
10
)
@screen
.
wait_and_click
(
"WindowsApplicationsIceweasel.png"
,
10
)
else
@screen
.
wait_and_click
(
"GnomeApplicationsMenu.png"
,
10
)
@screen
.
wait_and_click
(
"GnomeApplicationsInternet.png"
,
10
)
@screen
.
wait_and_click
(
"GnomeApplicationsIceweasel.png"
,
10
)
end
end
features/torified_browsing.feature
View file @
badd47b8
...
...
@@ -17,14 +17,14 @@ Feature: Browsing the web using Iceweasel
And
I save the state so the background can be restored next scenario
Scenario
:
Opening check.torproject.org in Iceweasel shows the green onion and the congratulations message
When
I
run
"i
ceweasel
"
When
I
start I
ceweasel
And
Iceweasel has started and is not loading a web page
And I open the address "https
:
//check.torproject.org"
in
Iceweasel
Then
I see
"IceweaselTorCheck.png"
after at most 180 seconds
And
all Internet traffic has only flowed through Tor
Scenario
:
Iceweasel should not have any plugins enabled
When
I
run
"i
ceweasel
"
When
I
start I
ceweasel
And
Iceweasel has started and is not loading a web page
And I open the address "about
:
plugins"
in
Iceweasel
Then
I see
"IceweaselNoPlugins.png"
after at most 60 seconds
features/windows_camouflage.feature
View file @
badd47b8
...
...
@@ -26,7 +26,7 @@ Feature: Microsoft Windows Camouflage
And
Tor is ready
And
all notifications have disappeared
And
available upgrades have been checked
And
I
run
"i
ceweasel
"
And
I
start I
ceweasel
Then
I see
"WindowsIceweaselWindow.png"
after at most 120 seconds
And
I see
"WindowsIceweaselTaskBar.png"
after at most 10 seconds
And
I see
"WindowsWindowButtons.png"
after at most 10 seconds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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