[ACA-1800] add tests for unsure file (#734)

small other changes
This commit is contained in:
Adina Parpalita
2018-10-18 20:32:46 +03:00
committed by Denys Vuika
parent 4536c43c9f
commit 3bf9cc1fb2
7 changed files with 946 additions and 112 deletions

View File

@@ -105,7 +105,7 @@ export abstract class Page {
}
async getSnackBarMessage() {
// await this.waitForSnackBarToAppear();
await this.waitForSnackBarToAppear();
return await this.snackBar.getAttribute('innerText');
}