Skip to content

Status Menu Test Fixes#3124

Merged
labkey-danield merged 1 commit into
release26.7-SNAPSHOTfrom
26.7_fb_makeBoxSearchMoreReliable
Jul 22, 2026
Merged

Status Menu Test Fixes#3124
labkey-danield merged 1 commit into
release26.7-SNAPSHOTfrom
26.7_fb_makeBoxSearchMoreReliable

Conversation

@labkey-danield

@labkey-danield labkey-danield commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Rationale

Status menu test fixes.
Using areAnyVisible is the safer choice because:
It does a fresh DOM search every poll, so there's no stale element concern at all
It won't throw if results haven't appeared yet — it just keeps waiting
It naturally handles the case where multiple results are present

Related Pull Requests

Changes

  • Use areAnyVisible when waiting (handles nulls better)
  • Find the notification menu every time it is called.

Avoid using stale elements when dealing with the status menu.
@labkey-danield
labkey-danield requested a review from DariaBod July 21, 2026 17:24
@labkey-danield
labkey-danield merged commit ec33bb1 into release26.7-SNAPSHOT Jul 22, 2026
8 checks passed
@labkey-danield
labkey-danield deleted the 26.7_fb_makeBoxSearchMoreReliable branch July 22, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants