-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Currently there are failing test cases in the following unchecked suites:
- A new user should able to register
- the create-user page
- An Admin
- A staging Manager
- A Sales Manager
- When entering valid data into predictions filter it
- When entering valid data using all filters it
- test assocation pagenation functionality
- Lets test searching on associates list tab...
- Testing associate list page further by changing search status
- Testing associate list via Client Search
Test results may be inconsistent because of your internet connection.
It is also a good idea to change some of the implicit waits in the tests to Smart Waits (i.e. browser.wait()) and specify an expected condition. Many test are failing because the tests are not waiting for the proper radio buttons to be selected. A Smart Wait can possibly fix this: http://www.protractortest.org/#/api?view=ProtractorExpectedConditions.prototype.elementToBeSelected