[ACA-1890][ACA-1798] metadata extension e2e (#711)

* [ACA-1890] make sure that the metadata component uses the extension settings

* [ACA-1798] remove unused imports

* [ACA-1798] test metadata extension

* format with Prettier

* [ACA-1798] changes after code review
This commit is contained in:
Suzana Dirla
2018-10-15 11:33:08 +03:00
committed by Denys Vuika
parent b9591ea37f
commit 27dcb33891
12 changed files with 1147 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ export class InfoDrawer extends Component {
await this.getTabByTitle(title).click();
}
async getComponentIdOfTab(title: string) {
async getComponentIdOfTab() {
return await this.tabActiveContent.getAttribute('data-automation-id');
}
}