Skip to content

Commit

Permalink
fixing selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 22, 2016
1 parent 0a4d4c9 commit d000edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/page_objects/visualize_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export default class VisualizePage {
.findByCssSelector('clipPath rect')
.getAttribute('height')
.then(function (theHeight) {
yAxisHeight = theHeight - 5; // MAGIC NUMBER - clipPath extends a bit above the top of the y-axis and below x-axis
yAxisHeight = theHeight;
PageObjects.common.debug('theHeight = ' + theHeight);
return theHeight;
});
Expand Down

0 comments on commit d000edd

Please sign in to comment.