Improve Playwright test patterns in providers.spec.ts#64078
Merged
choo121600 merged 4 commits intoapache:mainfrom Mar 27, 2026
Merged
Improve Playwright test patterns in providers.spec.ts#64078choo121600 merged 4 commits intoapache:mainfrom
choo121600 merged 4 commits intoapache:mainfrom
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
Shrividya
reviewed
Mar 23, 2026
choo121600
approved these changes
Mar 27, 2026
Member
choo121600
left a comment
There was a problem hiding this comment.
Thanks for Contribution!
LGTM :)
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
8 tasks
This was referenced Mar 27, 2026
nailo2c
pushed a commit
to nailo2c/airflow
that referenced
this pull request
Mar 30, 2026
* Improve Playwright test patterns in providers.spec.ts * Tighten ProvidersPage load readiness check --------- Co-authored-by: Shabbir Hussain <shabbir@Shabbirs-MacBook-Air.local> Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
Suraj-kumar00
pushed a commit
to Suraj-kumar00/airflow
that referenced
this pull request
Apr 7, 2026
* Improve Playwright test patterns in providers.spec.ts * Tighten ProvidersPage load readiness check --------- Co-authored-by: Shabbir Hussain <shabbir@Shabbirs-MacBook-Air.local> Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
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
Improve Playwright test patterns in
providers.spec.tsandProvidersPage.tswithout changing test coverage or behavior.What changed
Validation
pnpm exec eslint tests/e2e/specs/providers.spec.ts tests/e2e/pages/ProvidersPage.tspnpm exec tsc --noEmit -p tsconfig.app.jsonTEST_USERNAME=admin TEST_PASSWORD=admin AIRFLOW_UI_BASE_URL=http://localhost:28080 pnpm exec playwright test tests/e2e/specs/providers.spec.ts --project=chromiumRelates to #63431