return element(by.css(`${this.tag} ion-title`)).getText();
times out on the following HTML
<ion-title _ngcontent-avt-c134="" class="md title-default hydrated">
Welcome theeisbaer
</ion-title>
What can I do to fix that?
return element(by.css(`${this.tag} ion-title`)).getText();
times out on the following HTML
<ion-title _ngcontent-avt-c134="" class="md title-default hydrated">
Welcome theeisbaer
</ion-title>
What can I do to fix that?