You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: re-enable skipped Heart tests and make non-asserting checks assert
- Remove a committed `it.only` (introduced in #7539) that silently skipped
the 8 sibling Heart unit tests in CI, and repair the "isActive rejects"
test that stopped passing while it was skipped (the timer callback's
rejection handler runs on the microtask queue; the assertion ran first).
- Convert 16 one-shot `page.isVisible()` reads in the e2e suite to
web-first `await expect(locator).toBeVisible()/.not.toBeVisible()` —
the one-shot form resolves immediately with no auto-retry.
- Add the missing matcher to four `expect(await page.isVisible(...))`
calls in login.test.ts that asserted nothing, and to a dangling
`getByText()` locator in extensions.test.ts.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments