XRM-OSS/D365-UI-Test

Missing await in entity delete

DigitalFlow opened this issue · 0 comments

Await is missing:

this.xrmUiTest.Button.click({ custom: "li[id*='DeletePrimaryRecord']" });

Therefore when the button is not visible (e.g. because of permissions) the function does not fail as it should.