[CORD-2338] Single command to run E2E tests

Change-Id: Id8db22b2b496ca16d20d2c4d0739d9b9042540db
diff --git a/e2e/dashboard/dashboard.po.js b/e2e/dashboard/dashboard.po.js
index 714be20..074a2e8 100644
--- a/e2e/dashboard/dashboard.po.js
+++ b/e2e/dashboard/dashboard.po.js
@@ -18,8 +18,8 @@
 
 module.exports = new function(){
 
-  this.graphTitle = element(by.css('xos-coarse-tenancy-graph h1'));
-  this.graphSvg = element(by.css('xos-coarse-tenancy-graph svg'));
+  this.graphTitle = element(by.css('xos-service-graph h1'));
+  this.graphSvg = element(by.css('xos-service-graph svg'));
 
   this.summaryTitle = element(by.css('xos-dashboard > .row > .col-xs-12 > h2'));
   this.summaryBoxes = element.all(by.css('.panel.panel-filled'));