Skip to content

Conversation

santhosh-apphelix-2u
Copy link

Removed the conditional block that handled value === 'proctortrack', which explicitly set
createZendeskTickets to false and enabled escalation email. As part of Proctortrack
deprecation, this clause is no longer needed. By default, createZendeskTickets is already
set to false, and Zendesk tickets are unrelated to Proctortrack.

Skipped tests related to Zendesk ticket functionality due to proctortrack provider deprecation.
Skip tests related to proctortrack provider updates.
Updated tests to skip those related to Proctortrack deprecation.
Updated test to skip due to Proctortrack deprecation and changed selector for escalation email input.
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.68%. Comparing base (8fe5fb6) to head (e828d95).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #2494    +/-   ##
========================================
  Coverage   94.68%   94.68%            
========================================
  Files        1203     1203            
  Lines       26865    26865            
  Branches     6026     5876   -150     
========================================
  Hits        25438    25438            
- Misses       1357     1368    +11     
+ Partials       70       59    -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@chintanjoshi-apphelix-2u chintanjoshi-apphelix-2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go for further approvals.

});

it(`Creates an alert when invalid proctoring escalation email is provided with ${provider} selected`, async () => {
// Test skipped due to Proctortrack deprecation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we disabling this test?

});

it('Makes API call successfully with proctoring_escalation_email if proctortrack', async () => {
await act(async () => render(intlWrapper(<IntlProctoredExamSettings {...defaultProps} />)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we disabling this test now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants