Testing in Policy Control Component
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy / policy-control.component.html
index 03aa936..a3edf4e 100644 (file)
@@ -21,7 +21,7 @@
   <div fxLayout="row">
     <div class="nrcp-global-page-title">Policy Types</div>
     <div class="refresh-button">
-      <button #refreshButton mat-icon-button color="primary" (click)="refreshTables()">
+      <button id="refreshButton" mat-icon-button color="primary" (click)="refreshTables()">
           <mat-icon>refresh</mat-icon>
       </button>
   </div>
@@ -30,4 +30,4 @@
 
 <nrcp-policy-type *ngFor="let policyTypeId of this.policyTypeIds" [policyTypeId]="policyTypeId" [minimiseTrigger]="minimiseTrigger"></nrcp-policy-type>
 
-<div *ngIf="this.policyTypeIds.length==0">There are no policy types to display.</div>
\ No newline at end of file
+<div id="noInstance" *ngIf="this.policyTypeIds.length==0">There are no policy types to display.</div>
\ No newline at end of file