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 context switcher loading indicator redundant render #3247

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

ndricimrr
Copy link
Contributor

@ndricimrr ndricimrr commented Mar 29, 2023

Description
Context Switcher loading indicator was being rendered redundantly in the background when context switcher not opened. This made another loading indicator e2e-test fail as it found one extra loading indicator instead of one

Changes proposed in this pull request:

  • Avoid rendering the context switcher loading indicator when context switcher not opened.

Fixes #3242

Copy link
Contributor

@JohannesDoberer JohannesDoberer left a comment

Choose a reason for hiding this comment

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

Looks good to me.
Could you remove these console logs which are not needed anymore?

@ndricimrr ndricimrr merged commit 1f02ad1 into main Mar 30, 2023
@ndricimrr ndricimrr deleted the fix-loading-indicator-bug-context-switcher branch March 30, 2023 10:53
@JohannesDoberer JohannesDoberer added the bug Something isn't working label Mar 30, 2023
@JohannesDoberer JohannesDoberer mentioned this pull request Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate integration tests
2 participants