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

Merged
merged 2 commits into from
Aug 20, 2025

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
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Aug 14, 2025
@ilonatommy ilonatommy closed this Aug 20, 2025
auto-merge was automatically disabled August 20, 2025 06:49

Pull request was closed

@ilonatommy ilonatommy reopened this Aug 20, 2025
@ilonatommy ilonatommy removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Aug 20, 2025
Copy link
Member

@oroztocil oroztocil left a comment

Choose a reason for hiding this comment

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

Makes sense in the context of E2E testing 👍

@ilonatommy ilonatommy modified the milestones: 10.0-rc1, 10.0-rc2 Aug 20, 2025
@ilonatommy
Copy link
Member Author

@MackinnonBuck, I'm setting for automerge, feel free to let us know if the test's intention was to click the button with the popup opened and we'll revert.

@ilonatommy ilonatommy enabled auto-merge (squash) August 20, 2025 11:19
@ilonatommy ilonatommy merged commit b7bcfdb into dotnet:main Aug 20, 2025
31 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 10.0-rc2, 10.0-rc1 Aug 20, 2025
Copy link
Member

@MackinnonBuck MackinnonBuck 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! 🚀

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
3 participants