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
123a285c
Commit
123a285c
authored
Jan 22, 2017
by
anonym
Browse files
Use I2P-specific retry method.
parent
071c0c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/browser.rb
View file @
123a285c
...
...
@@ -107,6 +107,8 @@ When /^I open the address "([^"]*)" in the (.*)$/ do |address, browser|
end
if
browser
==
"Tor Browser"
retry_method
=
method
(
:retry_tor
)
elsif
browser
==
"I2P Browser"
retry_method
=
method
(
:retry_i2p
)
else
retry_method
=
Proc
.
new
{
|
p
,
&
b
|
retry_action
(
10
,
recovery_proc:
p
,
&
b
)
}
end
...
...
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