mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix e2e tests
This commit is contained in:
@@ -43,11 +43,11 @@ export class UserInfo extends Component {
|
||||
.then(() => menu);
|
||||
}
|
||||
|
||||
get name(): Promise<string> {
|
||||
get name(): promise.Promise<string> {
|
||||
return this.fullName.getText();
|
||||
}
|
||||
|
||||
signOut(): Promise<void> {
|
||||
signOut(): promise.Promise<void> {
|
||||
return this.openMenu()
|
||||
.then(menu => {
|
||||
menu.clickMenuItem('Sign out');
|
||||
|
Reference in New Issue
Block a user