XRM-OSS / D365-UI-Test

An unopinionated UI testing library for Dynamics 365 CE and Dynamics Portals. Powered by TypeScript and playwright
https://xrm-oss.github.io/D365-UI-Test/
MIT License
60 stars 15 forks source link

Do not use quick create div #11

Closed DigitalFlow closed 3 years ago

DigitalFlow commented 3 years ago

For the RUI Code, we waited for the quick create success message:

https://github.com/XRM-OSS/D365-UI-Test/blob/252a561563deaca0677ff8ba7c84a22d2575c3d7/src/xrm/Entity.ts#L60

Since RUI was deprecated and we support UCI only, we can remove this and rely on the openForm successCallback.