Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the api should not called after time out in Test connection #19376

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Ashish8689
Copy link
Contributor

@Ashish8689 Ashish8689 commented Jan 15, 2025

Describe your changes:

Fixes

  • fix the API calls that were being made even after the timeout of the Test Connection.
  • Issue arrived due to the trying to use variable reference being passed to the function and assigning the interval id there. Which doesn't work like it.

Issue :

Screen.Recording.2025-01-15.at.6.01.22.PM.mov

Resolved :

Screen.Recording.2025-01-15.at.5.58.59.PM.mov

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@Ashish8689 Ashish8689 added UI UI specific issues To release Will cherry-pick this PR into the release branch labels Jan 15, 2025
@Ashish8689 Ashish8689 self-assigned this Jan 15, 2025
@github-actions github-actions bot added the safe to test Add this label to run secure Github workflows on PRs label Jan 15, 2025
Copy link
Contributor

github-actions bot commented Jan 15, 2025

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.59% (40805/63173) 40.87% (16395/40115) 44% (4954/11260)

@Ashish8689 Ashish8689 marked this pull request as ready for review January 15, 2025 12:49
@Ashish8689 Ashish8689 requested a review from a team as a code owner January 15, 2025 12:49
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs To release Will cherry-pick this PR into the release branch UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants