chore: move expect log statements out of frame/page into dispatchers#40727
chore: move expect log statements out of frame/page into dispatchers#40727dgozman wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Removes `renderTitleForCall` usage from `playwright-core/src/server/frames.ts` and `playwright-core/src/server/page.ts` by moving the action-title `progress.log` calls in `Frame.expect` and `Page.expectScreenshot` to their dispatcher callsites. Also drops the now-unused `timeoutForLogs` field from `FrameExpectParams`.
Test results for "MCP"8 failed 7023 passed, 1068 skipped Merge workflow run. |
Test results for "tests 1"4 flaky41692 passed, 850 skipped Merge workflow run. |
Summary
progress.log(renderTitleForCall(...))fromFrame.expectandPage.expectScreenshotto their dispatcher callsites, droppingrenderTitleForCallimports fromplaywright-core/src/server/frames.tsandpage.ts.timeoutForLogsfield fromFrameExpectParams.