revaturelabs / trackforce

Workflow to track associate information
16 stars 31 forks source link

Fix Protractor Tests #1055

Open ScottLeung opened 5 years ago

ScottLeung commented 5 years ago

Currently there are failing test cases in the following unchecked suites:

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

russchristina commented 5 years ago

Working on associate-list-client and associate-list-search.

vajirakarunathilake commented 4 years ago
karim728 commented 4 years ago