-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit in the View Settings dialog #327
Comments
I can't comment what this XPath returns, can you please run it in browser control and confirm what number it would really give? |
thank you Maxim for you reply I evaluated using following expression in the console |
Maybe this getAllByXPath adds another level of filtering, for example showing only visible items ? |
Is this issue still relevant? |
I have an issue regarding the View Settings dialog in UI5 apps:
I have an assertion to check number of records in View Settings dialog:
expect(settingsWindow.getAllPossibleFields().count()).toEqual(Constants.adaptTable.additionalColumns.length); //shoul be some number, in this case 66
In all of our apps no matter how many records in View Settings dialog there is, It seems the limit stored in the count() is always 25
The text was updated successfully, but these errors were encountered: