XRM-OSS/D365-UI-Test

Do not use quick create div

Closed this issue · 0 comments

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

this._page.waitForSelector("div[id^=quickcreate_]", { timeout: this.xrmUiTest.settings.timeout })

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