Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add find.titleBar() #24

Merged
merged 1 commit into from
Jul 24, 2023
Merged

feat: add find.titleBar() #24

merged 1 commit into from
Jul 24, 2023

Conversation

jpnurmi
Copy link
Member

@jpnurmi jpnurmi commented Jul 24, 2023

A more flexible version of the extension used in UDI's integration tests:

extension on CommonFinders {
  Finder title(String title) {
    return find.ancestor(
      of: find.text(title),
      matching: find.byType(YaruWindowTitleBar),
    );
  }
}

Release-As: 0.1.3

Release-As: 0.1.3
@jpnurmi jpnurmi merged commit dbdf4dd into ubuntu:main Jul 24, 2023
8 checks passed
@jpnurmi jpnurmi deleted the find-title-bar branch July 24, 2023 12:09
@github-actions github-actions bot mentioned this pull request Jul 24, 2023
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.

None yet

1 participant