Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
32e4db52
Commit
32e4db52
authored
Mar 28, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_multilocus.rb: Launch tests with the upload menu
parent
1d685481
Pipeline
#71350
passed with stages
in 8 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
browser/test/functional/test_multilocus.rb
browser/test/functional/test_multilocus.rb
+3
-0
No files found.
browser/test/functional/test_multilocus.rb
View file @
32e4db52
...
...
@@ -12,6 +12,9 @@ class TestMultilocus < BrowserTest
if
$b
.
div
(
id:
'tip-container'
).
present?
$b
.
div
(
:id
=>
'tip-container'
).
div
(
:class
=>
'tip_1'
).
element
(
:class
=>
'icon-cancel'
).
click
end
# Make upload menu appear to test the application with this menu too
$b
.
execute_script
(
"$('#upload_summary')[0].style.display='block';"
)
end
end
...
...
Write
Preview
Markdown
is supported
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