Skip to content

Enable E2ETest.ServerExecutionTests.CircuitTests #63143

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

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

Conversation

ilonatommy
Copy link
Member

@ilonatommy ilonatommy commented Aug 6, 2025

The test checks if we correctly terminate the circuit after an exception was thrown. The check if the circuit was terminated involves clicking a button that got hidden by error window with the throw exception.

There was an attempt to fix it by moving the window position, so that the button becomes visible. Why don't we close the window to make sure button visibility is not a problem?

Fixes #57551

@ilonatommy ilonatommy added this to the 10.0-rc1 milestone Aug 6, 2025
@ilonatommy ilonatommy self-assigned this Aug 6, 2025
@ilonatommy ilonatommy added the area-blazor Includes: Blazor, Razor Components label Aug 6, 2025
@ilonatommy ilonatommy marked this pull request as ready for review August 6, 2025 13:56
@Copilot Copilot AI review requested due to automatic review settings August 6, 2025 13:56
@ilonatommy ilonatommy requested a review from a team as a code owner August 6, 2025 13:56
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enables previously quarantined E2E tests for circuit termination by adding error UI dismissal logic. The tests were quarantined because error dialogs were overlapping buttons needed for subsequent test steps.

Key changes:

  • Removes QuarantinedTest attributes from two test methods
  • Adds error UI dismissal logic to ensure test buttons remain accessible

@ilonatommy ilonatommy enabled auto-merge (squash) August 6, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retry E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit
1 participant