Skip to content

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

Open
cnathe wants to merge 7 commits intodevelopfrom
fb_jobUiImprovements
Open

Workflow UI updates for job overview details panel and tasks page#2963
cnathe wants to merge 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

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