mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
use Xenial on Travis (#1201)
* small changes * forgot file * use travis xenial * delete commented line * revert unrelated changes
This commit is contained in:
committed by
Suzana Dirla
parent
d67f95cfff
commit
10592b664a
@@ -53,7 +53,7 @@ export class Breadcrumb extends Component {
|
||||
}
|
||||
|
||||
async getAllItems() {
|
||||
return this.items.map(async elem => {
|
||||
return this.items.map(async (elem: ElementFinder) => {
|
||||
const str = await elem.getText();
|
||||
return str.split('\nchevron_right')[0];
|
||||
});
|
||||
|
Reference in New Issue
Block a user