You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement end-to-end (E2E) tests for all pages of the application to ensure that all functionality works as expected from a user’s perspective, and to improve test coverage across the application.
Tasks
Write test cases for each page: Write E2E tests for the following pages:
ChapterPage
ProjectPage
CommitteesPage
UsersPage
ContributePage
ChapterDetailsPage
CommitteeDetailsPage
ProjectDetailsPage
RepositoryDetailsPage
UserDetailsPage
Test common user flows: Ensure that common actions like navigation, form submissions, button clicks, and other interactions are covered.
Cross-browser testing: Verify that all tests pass on different browsers (Chrome, Firefox, etc.) and ensure consistent behavior across browsers.
The text was updated successfully, but these errors were encountered:
Description
We need to implement end-to-end (E2E) tests for all pages of the application to ensure that all functionality works as expected from a user’s perspective, and to improve test coverage across the application.
Tasks
The text was updated successfully, but these errors were encountered: