mat over md prefix (#10)

This commit is contained in:
Cilibiu Bogdan
2017-10-24 09:22:28 +01:00
committed by Denys Vuika
parent 0f14e2fde3
commit 709a13e483
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import { UserInfo } from './user-info';
export class Header extends Component {
private locators = {
logoLink: by.css('.mdl-layout-title'),
logoLink: by.css('.app-menu__title'),
userInfo: by.css('app-current-user')
};
+1 -1
View File
@@ -23,7 +23,7 @@ export class UserInfo extends Component {
private locators = {
avatar: by.css('.current-user__avatar'),
fullName: by.css('.current-user__full-name'),
menuItems: by.css('[md-menu-item]')
menuItems: by.css('[mat-menu-item]')
};
fullName: ElementFinder = this.component.element(this.locators.fullName);