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

Add tests for exact: true/false option in have_button and have_no_button #2786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

osatoh
Copy link

@osatoh osatoh commented Nov 18, 2024

Tests for the exact: true option already exist for have_text and have_title, but similar tests were missing for have_button and have_no_button, which also support the exact option.

This PR adds tests for the exact: true/false option in both have_button and have_no_button. These tests ensure that the button matching behavior works correctly when using the exact option to check for exact text matches.

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.

1 participant