Matteo Scandolo | d3b57a1 | 2017-04-20 14:33:04 -0700 | [diff] [blame] | 1 | module.exports = new function(){ |
2 | |||||
3 | this.graphTitle = element(by.css('xos-coarse-tenancy-graph h1')); | ||||
4 | this.graphSvg = element(by.css('xos-coarse-tenancy-graph svg')); | ||||
5 | |||||
6 | this.summaryTitle = element(by.css('xos-dashboard > .row > .col-xs-12 > h2')); | ||||
7 | this.summaryBoxes = element.all(by.css('.panel.panel-filled')); | ||||
8 | }; |