RI-8000 Add database list pagination E2E tests#5603
Merged
Conversation
Add 8 Playwright E2E tests for database list pagination covering visibility, next/previous/first/last navigation, items per page, page selection, row count display, and disabled button states. References: #RI-8000 Made-with: Cursor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Use exact match for items-per-page options and avoid clicking disabled first-page button when already on page 1. References: #RI-8000 Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
valkirilov
previously approved these changes
Mar 10, 2026
Made-with: Cursor
valkirilov
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add 8 Playwright E2E tests for database list pagination (TEST_PLAN.md section 1.4). Creates 20 databases to trigger pagination and tests navigation, items per page, page selection, row count display, and disabled button states.
Testing
npx playwright test tests/main/databases/pagination/pagination.spec.tswith local Redis instancesCloses #RI-8000
Made with Cursor
Note
Low Risk
Low risk: changes are limited to Playwright E2E tests and test plan documentation, with a small selector tightening that may only affect test stability.
Overview
Adds a new Playwright E2E suite (
pagination.spec.ts) that creates 20 databases to exercise database list pagination and verifies navigation (next/prev/first/last), items-per-page behavior, page selection, row count text, and disabled button states.Tightens
DatabaseListpage-object dropdown selection by requiring exact option matches, and marks the pagination cases as implemented inTEST_PLAN.md.Written by Cursor Bugbot for commit 084dac8. This will update automatically on new commits. Configure here.