Skip to content
GitLab
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
076c4738
Unverified
Commit
076c4738
authored
Mar 03, 2014
by
boklm
Browse files
tbbScreenshot.js: use the new screenshots lib
parent
60fe6a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
mozmill-tests/tbb-tests/tbbScreenshot.js
View file @
076c4738
...
...
@@ -14,7 +14,7 @@ const TEST_DATA = BASE_URL + "path/file.html";
// Include this only if specifying a timeout other than 5000ms
const
TEST_EXAMPLE_TIMEOUT
=
3000
;
var
screenshot
=
require
(
"
../
mozilla-mozmill-tests/firefox/
lib/screenshot
"
);
var
screenshot
=
require
(
"
../lib/screenshot
"
);
// Setup for the test
var
setupModule
=
function
(
aModule
)
{
...
...
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