Releases: XRM-OSS/D365-UI-Test
Releases · XRM-OSS/D365-UI-Test
Release v0.1.18
Retrying login three times to counter login glitches.
Release v0.1.17
Additional error information for easier debugging of failed Attribute / Control / Subgrid / Section / Tab errors.
Release v0.1.16
Waiting for app to become idle after clicking a button by default.
Release v0.1.15
Stabilized handling of popups that prevent navigation
Release v0.1.14
More robust handling of element handles in playwright >= v1.8.0
Release v0.1.13
Stabilizing record deletion confirmation
Release v0.1.12
Waiting for page load in Entity.delete
Release v0.1.11
New Features:
- Added settings to Attribute.setValue to allow to force setting of values, even when all controls for an attribute are hidden or disabled
- Added Button.isVisible to allow for checking whether buttons are visible
- Confirming popups on navigation automatically to avoid getting stuck
Release v0.1.10
Adapted code for organizations that do not show a remember dialog after login
Release v0.1.9
Fixed #12: Awaits were missing after first button clicks of Entity.delete, Entity.activate and Entity.deactivate.