Changes:
- Allow for setting root selector when importing library. [emanlove]
Changes:
- Added support for Angular 2 under Wait For Angular keyword. [emanlove]
- Updated documentation around Angular 2 development and testing. See TESTING.rst. [emanlove]
- Temporarily removed diagnostic call for retrieving pending HTTP requests when Wait For Angular keyword fails. [emanlove]
Changes:
- Added implicit Wait on Angular when finding elements by locator. [emanlove]
- Added more documentation on testing the library and how the AngularJS Library is implementing the implicit wait for angular functionality. See TESTING.rst. [emanlove]
Fixes:
- Fixed issue with binding locators when no stratergy specified, e.g.
- Click Element {{example.binding}}
Changes:
- Removed interpolation brackets on Find By Binding criteria for AngularJS 1.3+ compatability. [emanlove]
- Changed the implementation of the Wait For Angular keyword. [emanlove]
- Added debug statements when Wait For Angular times out. Shows pending https requests only. The list of pending timeouts comes from functionality that Protractor adds. This has not yet be implemented in the AngularJSLibrary. [emanlove]
- Added documentation on testing the library. See TESTING.rst. [emanlove]
- Add library test cases. [Protractor Team][emanlove]
Fixes:
- Updated documentation. [tisto][emanlove]
- Resolved issue when using implicit xpath and AngularJS Library. [emanlove]
New:
- Initial Release [zephraph][emanlove]