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
2b6626a5
Commit
2b6626a5
authored
May 11, 2016
by
anonym
Browse files
Improve phrasing.
parent
d6b1752f
Changes
2
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/torified_browsing.rb
View file @
2b6626a5
Then
/^
there was
no traffic sent to the web server on the LAN$/
do
Then
/^no traffic
was
sent to the web server on the LAN$/
do
assert_no_connections
(
@sniffer
.
pcap_file
)
do
|
c
|
c
.
daddr
==
@web_server_ip_addr
and
c
.
dport
==
@web_server_port
end
...
...
features/torified_browsing.feature
View file @
2b6626a5
...
...
@@ -14,7 +14,7 @@ Feature: Browsing the web using the Tor Browser
And
the Tor Browser has started and loaded the startup page
And
I open a page on the LAN web server in the Tor Browser
Then
I see
"TorBrowserUnableToConnect.png"
after at most 20 seconds
And
there was
no traffic sent to the web server on the LAN
And
no traffic
was
sent to the web server on the LAN
@check_tor_leaks
Scenario
:
The Tor Browser directory is usable
...
...
anonym
@anonym
mentioned in issue
#9521 (closed)
·
May 14, 2020
mentioned in issue
#9521 (closed)
mentioned in issue #9521
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