Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
0ed686fe
Commit
0ed686fe
authored
Jul 07, 2016
by
Mikaël Salson
Browse files
vidjil_browser.rb: Generalise the access to any item in the export menu
parent
305b092c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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