Reputation:
My Protractor test is failing when I'm trying to click a button.
In my application first button is disabled. This button enables after clicking another button.
I need a way to wait Protractor until the button is enabled. Is there any way to do it?
Upvotes: 0
Views: 3078