Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d6d91e82
Commit
d6d91e82
authored
Oct 06, 2017
by
Mikaël Salson
Committed by
Mathieu Giraud
Oct 10, 2017
Browse files
test_analysis-example1.rb: Double scatterplot: Graph should not even exist
parent
f24faf63
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/test/functional/test_analysis-example1.rb
View file @
d6d91e82
...
...
@@ -12,7 +12,7 @@ class TestSimple < BrowserTest
def
test_00_graph_hidden
# assert (not $b.clone_in_graph('0').visible?), "Graph lines should not be visible"
assert
(
$b
.
graph
().
style
(
'height'
)
==
'0px'
),
"Graph should
be hidden
"
assert
(
not
$b
.
graph
.
exists?
),
"Graph should
not exist
"
end
def
test_00_double_scatterplot
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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