Added API polling before verifying the activity feed changes#27504
Added API polling before verifying the activity feed changes#27504
Conversation
🟡 Playwright Results — all passed (29 flaky)✅ 3656 passed · ❌ 0 failed · 🟡 29 flaky · ⏭️ 89 skipped
🟡 29 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ Approved 1 resolved / 1 findingsAPI polling added to verify activity feed changes resolves the APIRequestContext leak identified in previous iterations. No open issues remain. ✅ 1 resolved✅ Performance: APIRequestContext leaked on every poll iteration
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
* Added API polling before verifying the activity feed changes * minor fix * lint-fix



Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
expect.pollto wait for feed updates inActivityFeed.spec.tsbefore proceeding with UI interactions.getTokenandgetAuthContextfor the polling mechanism.This will update automatically on new commits.