-
Notifications
You must be signed in to change notification settings - Fork 421
E2e/feature/ri 7744 fix e2e tests #5270
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: main
Are you sure you want to change the base?
Conversation
| @@ -1,6 +1,9 @@ | |||
| name: ✅ E2E Tests | |||
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.
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.
sure. we will do it eventually
| await t.click(pubSubPage.messagesTableFirstPageBtn); | ||
|
|
||
| // ... | ||
| }) |
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.
Bug: Incomplete placeholder test committed to codebase
A test named 'Example of new test' was added that appears to be incomplete placeholder code. The generic name suggests it's a template or work-in-progress, and the test body ends with a // ... comment indicating it's unfinished. While the entire fixture is currently skipped, this placeholder test introduces noise to the codebase and may cause confusion or be accidentally enabled later.

What
Web E2E tests fixes
Temporary added possibility to trigger this tests by pushing to e2e/** branch
Testing
Technical task. Nothing to test here
Note
Updates E2E tests to align with new UI selectors/behavior (incl. Pub/Sub pagination/status and forcing list view), adds testids in Pub/Sub UI, and enables CI workflow on e2e/** pushes.
pub-sub-status,pub-sub-messages-count,publish-result,confirm-popover, header<p>, keys "No results" container).browserViewButtonto stabilize tests.Subscribed/Unsubscribed, use messages table/pagination controls, and verify publish result badge; mark some debug/clear tests as skipped.keysContainerselector; tweak sorting/labels and stream table assertions.data-testidhooks inMessagesListTable(messages count, status) andPublishMessage(publish result).pushtoe2e/**branches.Written by Cursor Bugbot for commit ea59cc1. This will update automatically on new commits. Configure here.