javascript - AngularJS & Protractor - How to check if elemenent was displayed? -


i want test if angularjs app displaying loading circle while app waiting response async call.

how can check loading circle displayed, because expect() seems fired when page loaded.

this default protractor's behavior. in order change it, temporarily change browser.ignoresynchronization true before making action triggering loading circle appear , return setting default false value after (for example, in aftereach()).


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -

html - jQuery UI Sortable - Remove placeholder after item is dropped -