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,412
Issues
1,412
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
63b389c6
Commit
63b389c6
authored
Mar 02, 2016
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
browser_test: Test that clone is renamed
Use clone customisation and test it on a real clone in the data.
parent
db6fa90f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
browser/test/test_loading_analysis.rb
browser/test/test_loading_analysis.rb
+12
-0
doc/format-analysis.org
doc/format-analysis.org
+1
-1
No files found.
browser/test/test_loading_analysis.rb
View file @
63b389c6
...
...
@@ -24,6 +24,18 @@ class TestSimple < BrowserTest
assert
(
$b
.
graph_x_legend
(
'0'
).
attribute_value
(
'x'
)
>
$b
.
graph_x_legend
(
'1'
).
attribute_value
(
'x'
))
end
def
test_00_custom_clone
assert
(
$b
.
clone_info
(
'0'
)[
:name
].
text
==
'Main ALL clone'
)
$b
.
select_tag
(
'0'
).
click
assert
(
not
$b
.
clone_in_list
(
'0'
).
visible?
)
assert
(
not
$b
.
clone_in_scatterplot
(
'0'
).
visible?
)
assert
(
not
$b
.
clone_in_graph
(
'0'
).
visible?
)
$b
.
select_tag
(
'0'
).
click
end
def
test_01_data_loaded
qpcr
=
$b
.
external_data
(
'qPCR'
)
assert
(
qpcr
[
:name
]
==
'qPCR'
and
qpcr
[
:value
]
==
0.83
),
"qPCR external data not as expected"
...
...
doc/format-analysis.org
View file @
63b389c6
...
...
@@ -146,8 +146,8 @@ some clones, and added external data (=data=).
"clones": [
{
"id": "clone-845",
"name": "Main LAL clone",
"id": "clone-001",
"tag": "0"
},
{
...
...
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