Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
a0978d09
Unverified
Commit
a0978d09
authored
May 02, 2016
by
boklm
Browse files
fp_useragent: update useragent
parent
9f07dee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
marionette/tor_browser_tests/test_fp_useragent.py
View file @
a0978d09
...
...
@@ -10,5 +10,5 @@ class Test(MarionetteTestCase):
js
=
self
.
marionette
.
execute_script
# Check that useragent string is as expected
# We better know the ESR version we're testing
self
.
assertEqual
(
"Mozilla/5.0 (Windows NT 6.1; rv:
38
.0) Gecko/20100101 Firefox/
38
.0"
,
self
.
assertEqual
(
"Mozilla/5.0 (Windows NT 6.1; rv:
45
.0) Gecko/20100101 Firefox/
45
.0"
,
js
(
"return navigator.userAgent"
))
Write
Preview
Supports
Markdown
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