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
88987d5a
Commit
88987d5a
authored
Mar 02, 2016
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vidjil_browser.rb: Tag selection
Access to tag selection (to hide or show tags)
parent
a452e1f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
browser/test/vidjil_browser.rb
browser/test/vidjil_browser.rb
+8
-0
No files found.
browser/test/vidjil_browser.rb
View file @
88987d5a
...
...
@@ -130,6 +130,14 @@ class VidjilBrowser < Watir::Browser
return
menu
.
a
(
:id
=>
'export_fasta'
)
end
def
merge
return
element
(
:id
=>
'merge'
)
end
def
select_tag
(
id
,
extra
=
{})
return
element
(
extra
.
merge
(
:id
=>
'fastTag'
+
id
))
end
# Return the element corresponding to the x axis of the scatterplot
def
scatterplot_x
return
scatterplot
(
'x'
)
...
...
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