Skip to content

Conversation

@dgozman
Copy link
Contributor

@dgozman dgozman commented Aug 8, 2024

Regressed in #31532. The TS5.5 changes broke chaining of extends where the first extend did not specify any type arguments.

Fixes #32056.

The changes broke chaining of `extend`s where the first
`extend` did not specify any type arguments.
@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › reporter.spec.ts:250:9 › merged › should not have internal error when steps are finished after timeout

3 flaky ⚠️ [playwright-test] › ui-mode-test-setup.spec.ts:87:5 › should show errors in config
⚠️ [webkit-library] › library/browsercontext-clearcookies.spec.ts:146:3 › should remove cookies by name and domain
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all

29651 passed, 714 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit f24e46c into microsoft:main Aug 8, 2024
dgozman added a commit to dgozman/playwright that referenced this pull request Aug 8, 2024
… support TS 5.5

Regressed in microsoft#31532. The TS5.5 changes broke chaining of `extend`s where
the first `extend` did not specify any type arguments.

Fixes microsoft#32056.
dgozman added a commit that referenced this pull request Aug 8, 2024
…TS 5.5 (#32080)

Regressed in #31532. The TS5.5 changes broke chaining of `extend`s where
the first `extend` did not specify any type arguments.

Fixes #32056.
dmlemeshko added a commit to elastic/kibana that referenced this pull request Dec 3, 2024
## Summary

Since the new Kibana test framework has a strong dependency on
`@playwright/test`, moving it under appex-qa ownership

I had to update and explicitly specify types when extending the
pre-existing fixtures as there was a bug fix enforcing it
microsoft/playwright#32066
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 12, 2024
## Summary

Since the new Kibana test framework has a strong dependency on
`@playwright/test`, moving it under appex-qa ownership

I had to update and explicitly specify types when extending the
pre-existing fixtures as there was a bug fix enforcing it
microsoft/playwright#32066
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 1.46.0 (TypeScript) - custom fixtures extend no longer chainable?

2 participants