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
2c63ab6d
Commit
2c63ab6d
authored
May 16, 2017
by
Mikaël Salson
Browse files
test_multilocus.rb, test_segmenter-page.rb: update variable name
Just to still have a meaningful variable name
parent
ccb6b4a5
Pipeline
#2266
passed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
browser/test/test_multilocus.rb
View file @
2c63ab6d
...
...
@@ -221,8 +221,8 @@ class TestMultilocus < BrowserTest
$b
.
segmenter_checkbox_imgt_vdj
.
wait_until_present
clone_info
=
$b
.
clone_info_segmenter
(
'25'
)
productive_
html
=
clone_info
[
:axis
].
element
(
:class
=>
'productivity-IMGT'
).
title
assert
(
productive_
html
.
include?
'productivity'
),
"IMGT should tell us the productivity of the sequence"
productive_
title
=
clone_info
[
:axis
].
element
(
:class
=>
'productivity-IMGT'
).
title
assert
(
productive_
title
.
include?
'productivity'
),
"IMGT should tell us the productivity of the sequence"
clone_segmenter
=
$b
.
clone_in_segmenter
(
'25'
)
$b
.
segmenter_checkbox_imgt_vdj
.
click
...
...
browser/test/test_segmenter-page.rb
View file @
2c63ab6d
...
...
@@ -105,8 +105,8 @@ GGGGGAGGCTTGGTACAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCTTCAGTAGCTACGACAT
Watir
::
Wait
.
until
(
timeout
=
10
)
{
$b
.
span
(
:class
=>
"identityBad"
).
exists?
}
clone_info
=
$b
.
clone_info_segmenter
(
'0'
)
productive_
html
=
clone_info
[
:axis
].
element
(
:class
=>
'productivity-IMGT'
).
title
assert
(
productive_
html
.
include?
'productivity'
),
"IMGT should tell us the productivity of the sequence"
productive_
title
=
clone_info
[
:axis
].
element
(
:class
=>
'productivity-IMGT'
).
title
assert
(
productive_
title
.
include?
'productivity'
),
"IMGT should tell us the productivity of the sequence"
clone_segmenter
=
$b
.
clone_in_segmenter
(
'0'
)
$b
.
segmenter_checkbox_imgt_vdj
.
click
...
...
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