Skip to content

Status Menu Test Fixes#3124

Open
labkey-danield wants to merge 1 commit into
release26.7-SNAPSHOTfrom
26.7_fb_makeBoxSearchMoreReliable
Open

Status Menu Test Fixes#3124
labkey-danield wants to merge 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
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.

1 participant