angular-ui-notification
angular-ui-notification copied to clipboard
Use $interval for scheduled finishable tasks instead of $timeout
Protractor tests will have issues with $timeout. They wait for the ui-message to hide again which can cause timeouts on the function. Replacing the $timeout with a scheduled $interval (with count 1) you can surpass this.