Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable mode controller when connecting via debug controller #33979

Closed
wants to merge 1 commit into from

Conversation

pavelfeldman
Copy link
Member

No description provided.

@@ -177,6 +177,7 @@ export class Recorder implements InstrumentationListener, IRecorder {
language: this._currentLanguage,
testIdAttributeName: this._contextRecorder.testIdAttributeName(),
overlay: this._overlayState,
disableModeController: this._recorderApp ? this._recorderApp.disableModeController() : true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
disableModeController: this._recorderApp ? this._recorderApp.disableModeController() : true,
disableModeController: this._recorderApp?.disableModeController() ?? true,

Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [playwright-test] › babel.spec.ts:135:5 › should not transform external @ubuntu-latest-node22-1

2 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-pick-locator.spec.ts:36:7 › should update locator highlight @firefox-ubuntu-22.04-node18
⚠️ [chromium] › components/splitView.spec.tsx:49:5 › should render horizontal split @web-components-web

37250 passed, 650 skipped
✔️✔️✔️

Merge workflow run.

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.

2 participants