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
0ed686fe
Commit
0ed686fe
authored
Jul 07, 2016
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vidjil_browser.rb: Generalise the access to any item in the export menu
parent
305b092c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
browser/test/vidjil_browser.rb
browser/test/vidjil_browser.rb
+6
-2
No files found.
browser/test/vidjil_browser.rb
View file @
0ed686fe
...
...
@@ -143,10 +143,14 @@ class VidjilBrowser < Watir::Browser
return
div
(
:id
=>
'settings_menu'
)
end
def
menu_item_export
_fasta
def
menu_item_export
(
id
)
menu
=
menu_import_export
menu
.
click
return
menu
.
a
(
:id
=>
'export_fasta'
)
return
menu
.
a
(
:id
=>
id
)
end
def
menu_item_export_fasta
return
menu_item_export
(
'export_fasta'
)
end
def
merge
...
...
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