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

containsOnly results should render the expected value when a check fails #1316

Open
scottford-io opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@scottford-io
Copy link
Contributor

Describe the bug
image

The check above calls containsOnly with a specific string in an array. When the check fails the results show the check expected: == _ which is confusing since the check is clearly expecting ['S-1-5-32-544']

Expected behavior

[failed] [].containsOnly()
  expected: == ['S-1-5-32-544']
  actual:   [
    0: "S-1-5-32-550"
  ]
@scottford-io scottford-io added the enhancement New feature or request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants