Fix e2e flaky in AssetDetailPage and ConnectionsPage tests#65494
Merged
Conversation
a1b032b to
755b040
Compare
1356ce8 to
883b3a6
Compare
Member
Author
|
This doesn’t seem to be fully working yet. I’ll check further. |
883b3a6 to
855a4a0
Compare
855a4a0 to
f1ff1ee
Compare
vatsrahul1001
approved these changes
Apr 22, 2026
Member
Author
|
Thanks :) |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Cloud-Architect-Emma
pushed a commit
to Cloud-Architect-Emma/airflow
that referenced
this pull request
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-enables two e2e tests that were previously marked as
test.fixmein #65487 by stabilizing them using Playwright-native synchronization. No UI changes.Problem
In CI (Linux WebKit), Ark UI dialog/popover occasionally leaves residual state longer than expected, which can block subsequent clicks.
This is due to lingering UI artifacts (e.g. backdrop pointer-events, stat-card layout) exceeding the default 10s action timeout.
The issue is specific to the resource-constrained CI runner (2 parallel workers) and is not reproducible on macOS Safari.
Changes
waitForResponseon/api/v2/connectionswaitForResponsefor the asset detail API to ensure all data is loaded before proceeding.toBeEnabled()pre-checkclick()for proper actionabilityWas generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.