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

Added checkbox as possible control in a data grid cell #175

Merged
merged 1 commit into from
Jan 2, 2014

Conversation

SebastianMax
Copy link

Fix for issue #174

If a (WPF) data grid cell representing a boolean variable is represented by a checkbox only, this cell is not found by the "Cells" property of TestStack.White.UIItems.ListViewRow - the latter searches only for descendants of type "Text". The proposed fix adds an "Or" condition with "Text" and "CheckBox" in it.

JakeGinnivan added a commit that referenced this pull request Jan 2, 2014
Added checkbox as possible control in a data grid cell
@JakeGinnivan JakeGinnivan merged commit ad6a355 into TestStack:master Jan 2, 2014
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.

2 participants