ui5-uiveri5
ui5-uiveri5 copied to clipboard
Issue Regarding Scrolling
Hi,
I want to know if there is any function which could support scrolling at UI.
1.Below is the screen shot of the code which have some expect statements .
2.Here in order to check the presence of UI elements after privacy setting label the scrolling is required so some of the expect statements are failing.
3.Hence Scrolling is happening just because of click statement i.e. showAdvanceOptions.click();and all the above expect statements (from privacy setting to showsdvanceoptions)are failing.
we already have a task in our backlog to investigate similar scrolling behavior. can we have the configuration or a link to the app so that we can reproduce the exact problem?
Hi,
Even we are facing a similar issue. The requirement for us is to write a UIVeri5 test for scrolling behavior in sap.ui.table.TreeTable.
Some of the options which we tried
- Use of window.scrollTo() function. Since the TreeTable resides within the ObjectPage this didn't work for us.
- Use of mouseMove() function. Since the TreeTable use virtual scrolling concept we are unable to trigger mouse move to element in second page
Can you please suggest as to how we can resolve our issue. Let me know if you need more information.
Best Regards, Rohit Badugu