Skip to content

Conversation

@mhaoli
Copy link
Collaborator

@mhaoli mhaoli commented Aug 14, 2025

Before this fix, in the following code example, the second line will modify the saved_query object.

saved_query = self.dut.ui(text='AAA').ancestor(res='BBB')
saved_query.child(res='ZZZZZZZZZZZZZZZZZZZ').click()
saved_query.child(text='CCC').wait.exists(3)

This change is Reviewable

@mhaoli mhaoli requested a review from ko1in1u August 14, 2025 03:17
@mhaoli mhaoli self-assigned this Aug 14, 2025
@mhaoli mhaoli added this to the 1.1.3 milestone Aug 14, 2025
@mhaoli mhaoli added the bug Something isn't working label Aug 14, 2025
@ko1in1u ko1in1u merged commit f044885 into main Aug 14, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants