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
d9dcc249
Commit
d9dcc249
authored
May 27, 2015
by
kytv
Browse files
Automate testing Torbutton's 'New Identity' feature
Will-fix:
#9286
parent
f365564f
Changes
2
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/common_steps.rb
View file @
d9dcc249
...
...
@@ -369,7 +369,7 @@ Given /^the Tor Browser has started$/ do
@screen
.
wait
(
tor_browser_picture
,
60
)
end
Given
/^the Tor Browser has started and load
ed
the (startup page|Tails roadmap)$/
do
|
page
|
Given
/^the Tor Browser
(?:
has started and
)?
load
(?:ed|s)?
the (startup page|Tails roadmap)$/
do
|
page
|
next
if
@skip_steps_while_restoring_background
case
page
when
"startup page"
...
...
features/torified_browsing.feature
View file @
d9dcc249
...
...
@@ -79,6 +79,15 @@ Feature: Browsing the web using the Tor Browser
And I open the address "https
:
//check.torproject.org"
in
the
Tor
Browser
Then
I see
"TorBrowserTorCheck.png"
after at most 180 seconds
Scenario
:
The Tor Browser's "New identity" feature works as expected
When
I start the Tor Browser
And
the Tor Browser has started and loaded the startup page
And I open the address "https
:
//check.torproject.org"
in
the
Tor
Browser
Then
I see
"TorBrowserTorCheck.png"
after at most 180 seconds
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
Scenario
:
The Tor Browser should not have any plugins enabled
When
I start the Tor Browser
And
the Tor Browser has started and loaded the startup page
...
...
kytv
@kytv
mentioned in issue
#9286 (closed)
·
May 14, 2020
mentioned in issue
#9286 (closed)
mentioned in issue #9286
Toggle commit list
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