mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixing selenium tests
This commit is contained in:
parent
c41e67225e
commit
ed1b3304e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue