-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[rb] move all guard and zipper tests to unit tests #15717
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
💥 What does this PR do?
As integration tests this creates test endpoints for all of the browsers, this is more accurately unit tests
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Tests, Other
Description
Moved guard tests from integration to unit tests
Updated zipper tests to remove unnecessary exclusive guard
Cleaned up test organization for clarity
Changes walkthrough 📝
guard_spec.rb
Remove guard integration tests
rb/spec/integration/selenium/webdriver/guard_spec.rb
guards_spec.rb
Add guard tests as unit tests
rb/spec/unit/selenium/webdriver/guards_spec.rb
scenarios
zipper_spec.rb
Update zipper unit test description
rb/spec/unit/selenium/webdriver/zipper_spec.rb