Skip to content

IBX-12632: Merged branch '4.6' into 5.0 - #2107

Merged
barbaragr merged 3 commits into
5.0from
merge/4.6-to-5.0
Sep 22, 2026
Merged

barbaragr merged 3 commits into
5.0from
merge/4.6-to-5.0

Conversation

@barbaragr

Copy link
Copy Markdown
Contributor

…lectOption() (#2104)

selectOption() called findAll() immediately after the dropdown was opened.
BaseElement::findAll() only waits for raw CSS matches and applies the
VisibleCSSLocator visibility criterion afterwards, so while the popover is in
the DOM but not yet visible the collection comes back empty - no timeout, just
"Collection is empty". Wait with ElementExistsCondition first, the way the
sibling selectOptionByValueFragment() already does.

Co-authored-by: barbaragr <barbara.grajczyk@ez.no>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@barbaragr barbaragr added the Fast-forward merge PR should be merged in a fast-forward way label Sep 22, 2026
@barbaragr
barbaragr requested a review from a team September 22, 2026 13:17
@barbaragr
barbaragr marked this pull request as ready for review September 22, 2026 13:23
# Conflicts:
#	src/bundle/ui-dev/src/modules/universal-discovery/components/finder/finder.leaf.js
@sonarqubecloud

Copy link
Copy Markdown

@barbaragr
barbaragr merged commit 2378856 into 5.0 Sep 22, 2026
24 checks passed
@barbaragr
barbaragr deleted the merge/4.6-to-5.0 branch September 22, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Fast-forward merge PR should be merged in a fast-forward way

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants