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
72d4af38
Commit
72d4af38
authored
May 18, 2020
by
Alex Catarineu
Browse files
Enable noscript test
parent
7b3991c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
TBBTestSuite/TestSuite/BrowserBundleTests.pm
View file @
72d4af38
...
...
@@ -397,8 +397,6 @@ our @tests = (
prefs
=>
{
'
extensions.torbutton.security_slider
'
=>
2
,
},
# Bug 28876: temporarily disable test
enable
=>
sub
{
undef
},
},
{
name
=>
'
fp_screen_dimensions
',
...
...
marionette/tor_browser_tests/test_noscript.py
View file @
72d4af38
...
...
@@ -7,7 +7,6 @@ from marionette_harness import MarionetteTestCase
import
testsuite
class
Test
(
MarionetteTestCase
):
def
setUp
(
self
):
...
...
@@ -21,7 +20,7 @@ class Test(MarionetteTestCase):
def
test_noscript
(
self
):
self
.
marionette
.
set_search_timeout
(
1000
)
self
.
marionette
.
timeout
.
implicit
=
1
with
self
.
marionette
.
using_context
(
'content'
):
...
...
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