Test for projects page added

This commit is contained in:
piotrpekala7
2020-02-26 13:43:30 +01:00
parent fce7241bb2
commit 36a5596d33
9 changed files with 121 additions and 11 deletions

View File

@ -18,6 +18,6 @@
</mat-form-field>
<div mat-dialog-actions>
<button mat-button (click)="onNoClick()" color="accent">Cancel</button>
<button mat-button (click)="onAddClick()" tabindex="2" mat-raised-button color="primary">Add project</button>
<button mat-button (click)="onAddClick()" tabindex="2" class="add-project-button" mat-raised-button color="primary">Add project</button>
</div>
</form>

View File

@ -2,6 +2,6 @@
<div class="title"> Do you want to navigate to {{projectMessage}}?</div>
<div>
<button mat-button (click)="onNoClick()">No</button>
<button mat-button (click)="onYesClick()">Yes</button>
<button class="confirmButton" mat-button (click)="onYesClick()">Yes</button>
</div>
</div>