-
Notifications
You must be signed in to change notification settings - Fork 12
Added snapshot testing for v9 charts download button and handled lazy loading finicality in test for schema's selection list #627
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
base: main
Are you sure you want to change the base?
Conversation
…-contrib into v-baambati/v9chartsSnapsTesting
| await combobox.nth(1).click(); | ||
| const listitems = listbox.last().getByRole('option'); | ||
| // Check if the index is available, if not scroll listbox to load more items | ||
| let totalOptions = await listitems.count(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how are you handling lazy loading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically scrolls a virtualized listbox to load more options until the desired index is available or a maximum attempt limit is reached
Max attempt value is 5 for now
if request index is available in the list then it will break the loop.
…-contrib into v-baambati/v9chartsSnapsTesting
No description provided.