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
typo3
qfq
Commits
da260011
Commit
da260011
authored
Apr 12, 2017
by
Rafael Ostertag
Browse files
Print URL used.
parent
e28604f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/selenium/testTypeAhead.js
View file @
da260011
...
...
@@ -13,6 +13,8 @@ const MOCK_PATH = "/mockup/typeahead.html";
const
BASE_URL
=
process
.
env
.
SELENIUM_BASE_URL
||
"
http://qfq.math.uzh.ch/selenium
"
;
const
URL
=
BASE_URL
+
MOCK_PATH
;
console
.
log
(
"
Use URL:
"
+
URL
);
test
.
describe
(
'
Typeahead
'
,
function
()
{
var
driver
;
...
...
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