-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
test: add test for group by in shared view with password protection #11541
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
base: develop
Are you sure you want to change the base?
test: add test for group by in shared view with password protection #11541
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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 (
|
I see a check failed - I'm on it! 🫡 |
✅ Fixed the failing check in PR #11541 with this commit. The issue was that the test was using hardcoded values for data verification that didn't account for different database types (MySQL, SQLite, PostgreSQL). I've updated the test to use conditional values based on the database type, similar to how it's done in other shared view tests. The fix:
This should make the test more robust across different database environments. 💻 View my work • React 👍 or 👎 |
This PR adds a Playwright test for issue #11531 - "Group by shared view with password is broken (again)".
The test verifies that:
The test follows the same pattern as existing shared view tests, with additional steps to verify group by functionality specifically.
Fixes #11531
💻 View my work • About Codegen