You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.
EasyRepro Version
Microsoft Dynamics 365 Online Version 9.1 (9.1.x) (DB 9.1.x) online
UCI or Classic Web
UCI (XrmApp)
Online or On Premise
Online
Browser
Chrome
Firefox
IE
Edge
Describe the bug
When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.
Bug Report
When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.
Special formatting / display
None
Code to reproduce
_client.OpenAndClickPopoutMenu(Reference.Timeline.Popout, Reference.Timeline.PopoutNote, 4000);
_client.SetValue(Reference.Timeline.NoteTitle, title, "input");
_client.SetValue(Reference.Timeline.NoteText, note, "textarea");
_client.ClickButton(Elements.Xpath[Reference.Timeline.NoteAdd]);
-->
Expected behavior
The note title and note body should show up and correctly as used in the statement
Screenshots
The text was updated successfully, but these errors were encountered: