Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
-
Empty show more show less
-
UI FW 16
-
3
Description
Steps to reproduce
ContentApp app = expect.contentApp("AppWithOnlyListView");
Expected results
All operations on ContentApp work.
Actual results
Some actions on ContentApp don't work due to usage of tree grid selectors.
Workaround
app.setActiveView(ContentApp.ViewType.LIST); //btw. this is a void method breaking the fluent API
Still API allows to call selectRowByPath() which uses tree grid selectors.
DEV note: this is not workaround for Tasks and Notifcations apps, because the setActiveView fails as there is no icon for selecting the (default LIST) view in toolbar.
Checklists
Acceptance criteria
Attachments
Issue Links
- is depended upon by
-
MGNLTEST-121 Allow to select tasks by description
-
- Closed
-