Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
c7196113
Commit
c7196113
authored
Jul 16, 2015
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_multilocus.rb: add test on export fasta
parent
22f2929a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
browser/test/test_multilocus.rb
browser/test/test_multilocus.rb
+14
-0
No files found.
browser/test/test_multilocus.rb
View file @
c7196113
...
...
@@ -230,6 +230,20 @@ class TestMultilocus < BrowserTest
assert
(
$b
.
clone_info
(
'25'
)[
:name
].
style
(
'color'
)
==
'rgba(220, 50, 47, 1)'
)
,
">> fail tag : clone color hasn't changed"
end
end
def
test_13_export_fasta
$b
.
clone_in_scatterplot
(
'77'
).
click
$b
.
clone_in_scatterplot
(
'25'
).
click
(
:control
)
$b
.
clone_in_scatterplot
(
'88'
).
click
(
:control
)
$b
.
menu_item_export_fasta
.
click
assert
(
$b
.
window
(
:title
=>
""
).
exists?
)
,
">> fail opening fasta export "
$b
.
window
(
:title
=>
""
).
use
do
assert
(
$b
.
text
.
include?
">TRBV29*01 -1/0/-0 TRBD1*01 -2/0/-5 TRBJ2-5*01"
),
"header name"
assert
(
$b
.
text
.
include?
"YYGGGYYACGYAYAGCGGYGYTTYYCCTYTYTGYTYTGCYAAAYAACYYYYTGTGYCTYTGTGCYGYGTTYCCCGGYYYAAACYCYCYYCCTYG
\n
GCYAGGYCYGG"
),
"sequence"
end
end
def
TODO_test_14_edit_tag
...
...
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