Skip to content

Conversation

@VikasNaithani
Copy link
Collaborator

No description provided.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

assert test_data in ["data1", "data2"]

print(f"Test executed on browser: {browser} with test data: {test_data}")
print(f"Test executed on browser: {email} with test data: {test_data}")
Copy link

Choose a reason for hiding this comment

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

Bug: Test Output Mismatch: Browser vs Email

The print statement in test_with_ignored_param still references "browser" in its message, even though the parameter being printed is now email. This results in misleading output that doesn't accurately describe the test's execution.

Fix in Cursor Fix in Web

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