Skip to content

Improve Playwright test patterns in dag-calendar-tab #63409#64747

Closed
haseebmalik18 wants to merge 1 commit intoapache:mainfrom
haseebmalik18:improve-dag-calendar-tab-e2e
Closed

Improve Playwright test patterns in dag-calendar-tab #63409#64747
haseebmalik18 wants to merge 1 commit intoapache:mainfrom
haseebmalik18:improve-dag-calendar-tab-e2e

Conversation

@haseebmalik18
Copy link
Copy Markdown
Contributor

Improve Playwright test patterns in dag-calendar-tab

  • Replace waitFor() and waitForFunction() with expect().toBeVisible()
  • Replace manual isVisible().catch() with expect().toBeHidden()
  • Replace manual count assertions with expect.poll() for auto-retry
  • Remove unused getActiveCellCount() wrapper

closes: #63409

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Apr 5, 2026
@haseebmalik18 haseebmalik18 reopened this Apr 5, 2026
@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Apr 6, 2026
@haseebmalik18 haseebmalik18 force-pushed the improve-dag-calendar-tab-e2e branch from 348bb0c to 0a657ee Compare April 6, 2026 22:45
@haseebmalik18 haseebmalik18 reopened this Apr 8, 2026
@haseebmalik18
Copy link
Copy Markdown
Contributor Author

Closing another PR for this issue already merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E: Improve Playwright test patterns in dag-calendar-tab.spec.ts

2 participants