Skip to content

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Jan 22, 2026

Adds support for retrieving the header title from Dialog components during unit testing.

Changes

  • Added getHeaderTitle() method to DialogTester class
  • Added test case headerTitle_getHeaderTitleReturnsCorrect() to verify functionality

Implementation

The method delegates to the underlying Dialog.getHeaderTitle() method, following the same pattern as other tester classes like ConfirmDialogTester.getHeader().

Fixes #1880

Adds support for retrieving the header title from Dialog components
during unit testing. This allows tests to verify that the correct
header title has been set on a Dialog.

Fixes #1880
@Artur- Artur- closed this Jan 22, 2026
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.

Add support for DialogElement.getHeaderTitle

2 participants