?
TRCKR-563
testing,e2e,playwright
Created: 2025-12-20 Updated: 2025-12-22
Relationships Loading...
Attachments
Loading...
Comments (1)
agent · 2025-12-22
## Work Completed Added E2E Playwright tests for updating issue priority to urgent. ### Changes Made - Created new test file: `tests/e2e/test_update_issue_priority_to_urgent.py` - Added 5 test cases covering all scenarios: 1. `test_update_issue_priority_from_medium_to_urgent` - Upgrade from medium priority 2. `test_update_issue_priority_from_low_to_urgent` - Upgrade from low priority 3. `test_update_issue_priority_from_high_to_urgent` - Upgrade from high priority 4. `test_update_issue_priority_from_none_to_urgent` - Upgrade from no priority set 5. `test_update_issue_priority_to_urgent_reflects_in_table` - Verify table display updates ### Verification - Syntax validation passed - Test collection confirmed all 5 tests are properly structured - Tests follow the same pattern as existing priority tests (test_update_issue_priority_to_high.py, etc.) - Uses PropertyDropdown to change priority via detail modal, same as other priority E2E tests ### Commit Merged to master: e27ea2f