Skip to content

IBX-12632, IBX-12408: Merged branch '5.0' into 6.0 - #2111

Merged
barbaragr merged 4 commits into
6.0from
merge/5.0-to-6.0
Sep 23, 2026
Merged

barbaragr merged 4 commits into
6.0from
merge/5.0-to-6.0

Conversation

@barbaragr

Copy link
Copy Markdown
Contributor

barbaragr and others added 4 commits September 22, 2026 11:05
…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>
# Conflicts:
#	src/bundle/ui-dev/src/modules/universal-discovery/components/finder/finder.leaf.js
# Conflicts:
#	src/bundle/ui-dev/src/modules/universal-discovery/components/finder/finder.leaf.js
@barbaragr barbaragr added the Fast-forward merge PR should be merged in a fast-forward way label Sep 22, 2026
@sonarqubecloud

Copy link
Copy Markdown

@barbaragr
barbaragr marked this pull request as ready for review September 22, 2026 18:42
@barbaragr
barbaragr merged commit 5ddc250 into 6.0 Sep 23, 2026
22 checks passed
@barbaragr
barbaragr deleted the merge/5.0-to-6.0 branch September 23, 2026 08:13
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