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
d7c30c17
Commit
d7c30c17
authored
Jul 29, 2021
by
boyska
Browse files
wait for set time window to be closed
parent
22c8de49
Changes
2
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/tor.rb
View file @
d7c30c17
...
...
@@ -590,6 +590,17 @@ When /^I set the time zone in TCA to "([^"]*)"$/ do |timezone|
time_dialog
.
child
(
'Apply'
,
roleName:
'push button'
).
click
true
end
# wait for the dialog to be closed
try_for
(
30
)
do
begin
tor_connection_assistant
.
child
(
'Set Time'
)
rescue
Dogtail
::
Failure
true
else
false
end
end
end
...
...
features/time_syncing.feature
View file @
d7c30c17
...
...
@@ -72,6 +72,9 @@ Feature: Time syncing
# The "set time" button allows users to recover from this bug
When
I set the time zone in TCA to
"Asia/Shanghai"
Then
Tails clock is less than 5 minutes incorrect
# XXX: this fails if tor is too fast to recover after the restart implied by setting the time
# TCA will notice this and switch to the success window
# so the button "Connect to Tor" cannot be clicked
When
I click
"Connect to Tor"
Then
Tor is ready
And
all Internet traffic has only flowed through the configured bridges
intrigeri
@intrigeri
mentioned in issue
#18470 (closed)
·
Aug 02, 2021
mentioned in issue
#18470 (closed)
mentioned in issue #18470
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