Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,425
Issues
1,425
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
0406c9c1
Commit
0406c9c1
authored
Mar 13, 2019
by
Mikaël Salson
Committed by
Vidjil Team
Mar 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/functional: Prevent problem with wait_until on object that can change
parent
cfbb1cd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
browser/test/functional/external_test_imgt-igblast.rb
browser/test/functional/external_test_imgt-igblast.rb
+1
-1
No files found.
browser/test/functional/external_test_imgt-igblast.rb
View file @
0406c9c1
...
...
@@ -53,7 +53,7 @@ class ExternalTest < BrowserTest
begin
$b
.
clone_in_scatterplot
(
'25'
).
click
$b
.
span
(
:id
=>
"toIMGTSeg"
).
click
$b
.
segmenter_checkbox_imgt_vdj
.
wait_until
(
&
:present?
)
$b
.
until
{
$b
.
segmenter_checkbox_imgt_vdj
.
present?
}
clone_info
=
$b
.
clone_info_segmenter
(
'25'
)
productive_title
=
clone_info
[
:axis
].
element
(
:class
=>
'productivity-IMGT'
).
title
...
...
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