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
947
Issues
947
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
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
b18478ab
Commit
b18478ab
authored
Jul 03, 2018
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test suite: deduplicate.
parent
acbf458a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
features/step_definitions/browser.rb
features/step_definitions/browser.rb
+0
-5
features/step_definitions/common_steps.rb
features/step_definitions/common_steps.rb
+3
-1
features/torified_browsing.feature
features/torified_browsing.feature
+1
-1
No files found.
features/step_definitions/browser.rb
View file @
b18478ab
...
...
@@ -199,11 +199,6 @@ When /^I open Tails homepage in the (.+)$/ do |browser|
step
"I open the address
\"
https://tails.boum.org
\"
in the
#{
browser
}
"
end
Then
/^Tails homepage loads in the Tor Browser$/
do
title
=
'Tails - Privacy for anyone anywhere'
step
"
\"
#{
title
}
\"
has loaded in the Tor Browser"
end
Then
/^Tails homepage loads in the Unsafe Browser$/
do
@screen
.
wait
(
'TailsHomepage.png'
,
60
)
end
...
...
features/step_definitions/common_steps.rb
View file @
b18478ab
...
...
@@ -402,10 +402,12 @@ Given /^the Tor Browser (?:has started|starts)( in offline mode)?$/ do |offline|
end
end
Given
/^the Tor Browser loads the (startup page|Tails roadmap)$/
do
|
page
|
Given
/^the Tor Browser loads the (startup page|Tails
homepage|Tails
roadmap)$/
do
|
page
|
case
page
when
"startup page"
title
=
'Tails - News'
when
"Tails homepage"
title
=
'Tails - Privacy for anyone anywhere'
when
"Tails roadmap"
title
=
'Roadmap - Tails - RiseupLabs Code Repository'
else
...
...
features/torified_browsing.feature
View file @
b18478ab
...
...
@@ -111,7 +111,7 @@ Feature: Browsing the web using the Tor Browser
When
I start the Tor Browser
And
the Tor Browser loads the startup page
And
I open Tails homepage in the Tor Browser
Then
Tails homepage loads in the Tor Browser
Then
the Tor Browser loads the Tails homepage
When
I request a new identity using Torbutton
And
I acknowledge Torbutton's New Identity confirmation prompt
Then
the Tor Browser loads the startup page
...
...
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