PrimeNg Growl component causes Protractor synchronisation with Angular failure #4681
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a bug report
Current behavior
Growl component uses timeout() so the protractor thinks that the angular is busy and waits until timeout forever. That causes such test cases to fail.
It looks like to fix the issue you need to put the timeout to outside of angular zone.
Please follow the link - #angular/protractor#4584. It describes the issue.
Expected behavior
Protractor works with Growl component successfully.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
The existing behaviour makes auto test cases unworking and blocking autotesting at all.
Please tell us about your environment:
The issue is reproducible using PrimeNg showcase from https://www.primefaces.org/primeng/#/growl
Angular version: 2.0.X
The issue is reproducible using PrimeNg showcase from https://www.primefaces.org/primeng/#/growl
PrimeNG version: 2.0.X
The issue is reproducible using PrimeNg showcase from https://www.primefaces.org/primeng/#/growl
Browser:
all
Language:
all
Node (for AoT issues):
node --version
= v6.9.5e2e.zip
The text was updated successfully, but these errors were encountered: