-
Notifications
You must be signed in to change notification settings - Fork 204
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 new tests to featuremap #2453
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe changes in this pull request introduce two new pages, "Feature lock" and "Seller Vacation," in the feature map for admin and vendor roles, respectively, with all functionalities initially set to Changes
Possibly related PRs
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
tests/pw/feature-map/feature-map.yml (2)
654-661
: LGTM! Consider adding documentation for the feature lock behavior.The new feature lock implementation with default disabled states is appropriate. However, it would be beneficial to add documentation explaining:
- The conditions that trigger these features
- The expected behavior when each feature is enabled
- The impact on admin functionality
1256-1264
: LGTM! Consider adding customer-facing features.The seller vacation implementation looks good with appropriate default states. Consider adding customer-related features such as:
- Customer can view vendor vacation status
- Customer can see vacation message
- Customer can get notified when vendor returns
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (3)
tests/pw/feature-map/feature-map.yml
(12 hunks)tests/pw/tests/e2e/followStore.spec.ts
(1 hunks)tests/pw/tests/e2e/wholesale.spec.ts
(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- tests/pw/tests/e2e/followStore.spec.ts
- tests/pw/tests/e2e/wholesale.spec.ts
🔇 Additional comments (2)
tests/pw/feature-map/feature-map.yml (2)
934-945
: Verify the intentional disabling of payment gateway features.
Multiple payment gateway integrations (MangoPay, PayPal Marketplace, Razorpay, Stripe Connect, Stripe Express) have their features set to false
. Please confirm if this is intentional as it may impact:
- Payment processing capabilities
- Vendor payment method configurations
- Customer checkout options
Also applies to: 963-973, 1123-1131, 1367-1378, 1383-1394
Line range hint 1153-1211
: Review impact on customer-facing features.
Multiple customer-facing features have been disabled:
- RFQ functionality
- Warranty replacement requests
- Table rate shipping options
This could significantly impact the customer experience. Please ensure:
- Customer communication about these changes is planned
- Alternative options are available where necessary
- UI/UX is updated to reflect these changes
Also applies to: 1230-1230, 1406-1408
All Submissions:
Changes proposed in this Pull Request:
Related Pull Request(s)
Closes
How to test the changes in this Pull Request:
Changelog entry
Title
Detailed Description of the pull request. What was previous behaviour
and what will be changed in this PR.
Before Changes
Describe the issue before changes with screenshots(s).
After Changes
Describe the issue after changes with screenshot(s).
Feature Video (optional)
Link of detailed video if this PR is for a feature.
PR Self Review Checklist:
FOR PR REVIEWER ONLY:
Summary by CodeRabbit
New Features
Modifications
Bug Fixes