0
<button class="button button-clear button-stable link" type="button" ui-sref="login">Login</button>
var link = element(by.css('[ui-sref="login"]'));
link.click();
それはエラーメッセージに従って
分度器のボタンにui-srefを設定するにはどうすればいいですか?
Failed: unknown error: Element <button class="button button-clear button-stable link ng-binding" type="button" ui-sref="login" href="#/login">...</button> is not clickable at point (179, 559). Other element would receive the click: <div class="loading-container visible active">...</div>
わかりませんしかし、私はあなたのアプリが準備ができるまでオーバーレイを推測していますか?クリックする前にそれが消えるのを待ってください。 – Gunderson
オーバレイはありません –
よく「ロードコンテナ」は何ですか?そのボタンの上にあるようです – Gunderson