Skip to content

Workflow UI updates for job overview details panel and tasks page#2963

Merged
cnathe merged 7 commits intodevelopfrom
fb_jobUiImprovements
Apr 24, 2026
Merged

Workflow UI updates for job overview details panel and tasks page#2963
cnathe merged 7 commits intodevelopfrom
fb_jobUiImprovements

Conversation

@cnathe
Copy link
Copy Markdown
Contributor

@cnathe cnathe commented Apr 22, 2026

Rationale

This is a small, focused companion PR to the workflow UI redesign (PRs #1985, #938, #2139). It does two things: (1) adds a startsWithText boolean overload to SubNavBar.clickTab() so tests can navigate to tabs whose labels now
include dynamic counts (e.g. "Samples (5)") using a prefix match instead of exact text; and (2) broadens EditInlineField's internal locators from tagWithClass("span", "...") to byClass("...") since some label elements moved
from <span> to <div> in the new UI, and widens the constructor visibility to public to enable direct instantiation from external packages.

Related Pull Requests

Changes

  • SubNavBar param for startsWith instead of withText for tab label finder
  • Locator.byClass instead of Locator.tagWithClass

@cnathe cnathe merged commit 563cffd into develop Apr 24, 2026
7 of 8 checks passed
@cnathe cnathe deleted the fb_jobUiImprovements branch April 24, 2026 20:21
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.

3 participants