You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that flashAlert directive uses $timeout to auto-hide alert.
But this cause protractor tests to fail, e.g. when I want to test whether flash is shown, because while the flash is shown protractor can't synchronize with the page waiting for all timeouts to complete.
See protractor's FAQ for details.
So, I propose to use $interval service to support protractor, but this service available only since angular 1.2.0-rc.3.
What do you think about this?
The text was updated successfully, but these errors were encountered:
Hi!
I've noticed that flashAlert directive uses $timeout to auto-hide alert.
But this cause protractor tests to fail, e.g. when I want to test whether flash is shown, because while the flash is shown protractor can't synchronize with the page waiting for all timeouts to complete.
See protractor's FAQ for details.
So, I propose to use $interval service to support protractor, but this service available only since angular 1.2.0-rc.3.
What do you think about this?
The text was updated successfully, but these errors were encountered: