Skip to content

Add docs for assertEqual and assertNotEqual commands#174

Open
ryanpato wants to merge 3 commits intomobile-dev-inc:mainfrom
ryanpato:assertequal_assertnotequal_docs
Open

Add docs for assertEqual and assertNotEqual commands#174
ryanpato wants to merge 3 commits intomobile-dev-inc:mainfrom
ryanpato:assertequal_assertnotequal_docs

Conversation

@ryanpato
Copy link

@ryanpato ryanpato commented Jan 5, 2026

Relates to changes in mobile-dev-inc/Maestro#2908

Do not merge until the release that includes that change.

@Fishbowler
Copy link
Collaborator

Does this need a change to main/advanced conditions.md too?

@ryanpato
Copy link
Author

ryanpato commented Jan 5, 2026

Does this need a change to main/advanced conditions.md too?

🤦‍♂️ It certainly does! thank you. I updated the supported conditions list

Comment on lines +73 to +74
equal: { value1, value2 } # True if value1 equals value2
notEqual: { value1, value2 } # True if value1 does not equal value2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we caveat here on "Scalar values only" or similar?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense, thank you. Not sure how you prefer it, but I added a note under the examples block? 9b8cfb

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