add tests for header extension (#701)

This commit is contained in:
Adina Parpalita
2018-10-10 09:30:47 +03:00
committed by Suzana Dirla
parent 253425971f
commit d8ad020394
6 changed files with 1046 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ export class Toolbar extends Component {
const moreMenu = this.getButtonByTitleAttribute('More actions');
await moreMenu.click();
await this.menu.waitForMenuToOpen();
// return this.menu;
}
async closeMoreMenu() {