Open Issues Need Help
View All on GitHubAI Summary: This issue requests the addition of a simple smoke test for the `/contribute/` page. The test should use Python's `requests` library to verify that the page returns a 200 status code and contains specific expected text, without requiring browser automation.
AI Summary: This issue describes adding a simple smoke test for the application's homepage. The test, written in Python using the `requests` library, will send an HTTP GET request to the root path (`/`), assert a 200 status code, and confirm the presence of a specific text string in the response body. It should be placed in `qa/ui/test_smoke_routes.py`.
AI Summary: This issue outlines the requirements for a contributor sign-up interface. Users will be prompted to enter their username and password, alongside a description clarifying the contributor role. This sign-up process is initiated by double-clicking a "Contributor Sign Up" button.
AI Summary: This issue describes the core functionality for contributors to log into their accounts. It specifies that after double-clicking a 'Contributor Login' element, users should be prompted to enter their username and password to gain access to their Contributor Account.