MPT-19478 fix e2e queue tests and add fixtures for disabled queues#251
MPT-19478 fix e2e queue tests and add fixtures for disabled queues#251
Conversation
|
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughPull request re-enables previously skipped end-to-end tests for synchronous and asynchronous helpdesk queue operations. Introduces new fixtures for disabled queue states and updates assertions to verify specific Queue instances and operation statuses instead of generic non-None checks. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |



Closes MPT-19478
Changes
internal: Falseto thequeue_datafixture payloadcreated_disabled_queue(sync) andasync_created_disabled_queue(async)@pytest.mark.skipdecorators from test functionsstatus == "Active"andstatus == "Disabled")test_activate_queueto use the newcreated_disabled_queuefixturetest_create_queueassertion to verifyQueueinstance type instead of generic non-None checks