-
Notifications
You must be signed in to change notification settings - Fork 0
More e2e tests #324
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?
More e2e tests #324
Conversation
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.
Pull Request Overview
This PR adds comprehensive end-to-end tests to validate feature editing and undo/redo functionality, ensuring that the UI correctly updates and reverts changes.
- New e2e test file (tests/flows/feature-edit-undo-flow.spec.ts) covers the feature edit and undo/redo flows.
- Minor update in the UndoModal component (src/components/UndoModal/index.tsx) adds a CSS class for more targeted selection during tests.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
tests/flows/feature-edit-undo-flow.spec.ts | Adds comprehensive e2e tests for feature edit and undo-revert flows |
src/components/UndoModal/index.tsx | Adds "undo-item" class for improved selector targeting in undo modal |
✅ Deploy Preview for reactol ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for reactol ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🧪 Playwright Test Results The test results for this PR are available here. Click on the |
✅ Playwright tests completed. |
No description provided.