Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
Running unit test in OpenAccount called UCITestGetActiveGridItems. It is failing on
xrmApp.Grid.Sort("Account Name");
Does this sort work now that one click sorting is disabled? Sort for all fields must choose a - z, etc.
Version - 9.1.0000.20460
Code to reproduce
Take unit test UCITestGetActiveGridItems and run on vanilla online instance with develop branch (Sales module installed)
xrmApp.OnlineLogin.Login(_xrmUri, _username, _password, _mfaSecretKey);
xrmApp.Navigation.OpenApp(UCIAppName.Sales);
xrmApp.Navigation.OpenSubArea("Sales", "Accounts");
xrmApp.Grid.SwitchView("Active Accounts");
xrmApp.Grid.GetGridItems();
xrmApp.Grid.Sort("Account Name");
xrmApp.ThinkTime(3000);
Expected behavior
Grid should sort
Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
Running unit test in OpenAccount called UCITestGetActiveGridItems. It is failing on
xrmApp.Grid.Sort("Account Name");
Does this sort work now that one click sorting is disabled? Sort for all fields must choose a - z, etc.
Version - 9.1.0000.20460
Code to reproduce
Take unit test UCITestGetActiveGridItems and run on vanilla online instance with develop branch (Sales module installed)
Expected behavior
Grid should sort