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: remove custom test extensions causing Playwright conflicts in CI
- Remove test.extend() from all base-test.ts files
- This was causing "test.describe() called in unexpected place" errors
- Keep only the BasePage class exports
- Tests now use standard @playwright/test imports without extensions
This resolves the Playwright version conflict issues in CI environment.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments